--- /home/cpdev/src/classpath/javax/swing/text/html/HTML.java	2005-07-02 21:04:11.000000000 +0000
+++ javax/swing/text/html/HTML.java	2005-06-30 05:35:21.000000000 +0000
@@ -965,21 +965,6 @@
     final int flags;
 
     /**
-     * Create the unitialised instance of HTML.Tag.
-     *
-     * The {@link #breaksFlow()}, {@link #isBlock()}
-     * and {@link #isPreformatted()} will always return false.
-     * The {@link #toString()} will return <code>null</code>.
-     *
-     * @since 1.3
-     */
-    public Tag()
-    {
-      name = null;
-      flags = 0;
-    }
-
-    /**
      * Creates a new Tag with the specified id, and with causesBreak
      * and isBlock set to false.
      */
