Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2005-06-07 22:34:13 +0000
committerdavid_williams2005-06-07 22:34:13 +0000
commit385fc5caabaaf46de32a0f63155872587417a148 (patch)
treeb9837475c3565ff164dedc59d336e8bebc693ce4 /bundles/org.eclipse.wst.dtd.core/src
parentbd59628800359363befeef3ddf37209aeed8f69d (diff)
downloadwebtools.sourceediting-385fc5caabaaf46de32a0f63155872587417a148.tar.gz
webtools.sourceediting-385fc5caabaaf46de32a0f63155872587417a148.tar.xz
webtools.sourceediting-385fc5caabaaf46de32a0f63155872587417a148.zip
[98833] update new file wizard icons
Diffstat (limited to 'bundles/org.eclipse.wst.dtd.core/src')
-rw-r--r--bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/internal/DTDResource.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/internal/DTDResource.java b/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/internal/DTDResource.java
index d411ba2e3d..c7d244050e 100644
--- a/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/internal/DTDResource.java
+++ b/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/internal/DTDResource.java
@@ -34,7 +34,6 @@ public interface DTDResource {
public static final String FLDR_NOT = "icons/full/obj16/fldr_not.gif"; //$NON-NLS-1$
public static final String FLDR_UNREC = "icons/full/obj16/fldr_unrec.gif"; //$NON-NLS-1$
- public static final String NEWDTD = "icons/full/obj16/newdtd_wiz.gif"; //$NON-NLS-1$
public static final String NEWHTMLFORM = "icons/full/obj16/genhtmform_wiz.gif"; //$NON-NLS-1$
public static final String NOTATIONICON = "icons/full/obj16/notation.gif"; //$NON-NLS-1$

Back to the top