@@ -73,7 +73,6 @@ private LSPImages() {
7373 public static final String IMG_VALUE = "IMG_VALUE" ; //$NON-NLS-1$
7474 public static final String IMG_KEYWORD = "IMG_KEYWORD" ; //$NON-NLS-1$
7575 public static final String IMG_SNIPPET = "IMG_SNIPPET" ; //$NON-NLS-1$
76- public static final String IMG_COLOR = "IMG_COLOR" ; //$NON-NLS-1$
7776 public static final String IMG_REFERENCE = "IMG_REFERENCE" ; //$NON-NLS-1$
7877 public static final String IMG_TERMINATE_CO = "IMG_TERMINATE_CO" ; //$NON-NLS-1$
7978
@@ -100,7 +99,6 @@ public static void initalize(ImageRegistry registry) {
10099 declareRegistryImage (IMG_VARIABLE , OBJECT + "variable.svg" ); //$NON-NLS-1$
101100 declareRegistryImage (IMG_CONSTANT , OBJECT + "constant.svg" ); //$NON-NLS-1$
102101 declareRegistryImage (IMG_OBJECT , OBJECT + "object.png" ); //$NON-NLS-1$
103- declareRegistryImage (IMG_STRING , OBJECT + "string.png" ); //$NON-NLS-1$
104102 declareRegistryImage (IMG_NUMBER , OBJECT + "number.svg" ); //$NON-NLS-1$
105103 declareRegistryImage (IMG_BOOLEAN , OBJECT + "boolean.svg" ); //$NON-NLS-1$
106104 declareRegistryImage (IMG_ARRAY , OBJECT + "array.png" ); //$NON-NLS-1$
@@ -111,7 +109,6 @@ public static void initalize(ImageRegistry registry) {
111109 declareRegistryImage (IMG_VALUE , OBJECT + "value.svg" ); //$NON-NLS-1$
112110 declareRegistryImage (IMG_KEYWORD , OBJECT + "keyword.svg" ); //$NON-NLS-1$
113111 declareRegistryImage (IMG_SNIPPET , OBJECT + "snippet.svg" ); //$NON-NLS-1$
114- declareRegistryImage (IMG_COLOR , OBJECT + "color.png" ); //$NON-NLS-1$
115112 declareRegistryImage (IMG_REFERENCE , OBJECT + "reference.svg" ); //$NON-NLS-1$
116113 declareRegistryImage (IMG_SUPERTYPE , ACTION + "super_co.png" ); //$NON-NLS-1$
117114 declareRegistryImage (IMG_SUBTYPE , ACTION + "sub_co.png" ); //$NON-NLS-1$
0 commit comments