@@ -702,27 +702,14 @@ protected static void setWorkspaceNameDefault() {
702
702
protected void declareWorkbenchImages () {
703
703
704
704
final String ICONS_PATH = "$nl$/icons/full/" ;//$NON-NLS-1$
705
- final String PATH_ELOCALTOOL = ICONS_PATH + "elcl16/" ; // Enabled //$NON-NLS-1$
706
-
707
- // toolbar
708
- // icons.
709
- final String PATH_DLOCALTOOL = ICONS_PATH + "dlcl16/" ; // Disabled //$NON-NLS-1$
710
- // //$NON-NLS-1$
711
- // toolbar
712
- // icons.
713
- final String PATH_ETOOL = ICONS_PATH + "etool16/" ; // Enabled toolbar //$NON-NLS-1$
714
- // //$NON-NLS-1$
715
- // icons.
716
- final String PATH_DTOOL = ICONS_PATH + "dtool16/" ; // Disabled toolbar //$NON-NLS-1$
717
- // //$NON-NLS-1$
718
- // icons.
719
- final String PATH_OBJECT = ICONS_PATH + "obj16/" ; // Model object //$NON-NLS-1$
720
- // //$NON-NLS-1$
721
- // icons
722
- final String PATH_WIZBAN = ICONS_PATH + "wizban/" ; // Wizard //$NON-NLS-1$
723
- // //$NON-NLS-1$
724
- // icons
725
-
705
+ // Enabled local toolbar icons
706
+ final String PATH_ELOCALTOOL = ICONS_PATH + "elcl16/" ; //$NON-NLS-1$
707
+ // Enabled toolbar icons
708
+ final String PATH_ETOOL = ICONS_PATH + "etool16/" ; //$NON-NLS-1$
709
+ // Model object icons
710
+ final String PATH_OBJECT = ICONS_PATH + "obj16/" ; //$NON-NLS-1$
711
+ // Wizard icons
712
+ final String PATH_WIZBAN = ICONS_PATH + "wizban/" ; //$NON-NLS-1$
726
713
// View icons
727
714
final String PATH_EVIEW = ICONS_PATH + "eview16/" ; //$NON-NLS-1$
728
715
@@ -735,19 +722,13 @@ protected void declareWorkbenchImages() {
735
722
declareWorkbenchImage (ideBundle ,
736
723
IDEInternalWorkbenchImages .IMG_ETOOL_BUILD_EXEC_HOVER ,
737
724
PATH_ETOOL + "build_exec.svg" , false ); //$NON-NLS-1$
738
- declareWorkbenchImage (ideBundle ,
739
- IDEInternalWorkbenchImages .IMG_ETOOL_BUILD_EXEC_DISABLED ,
740
- PATH_DTOOL + "build_exec.png" , false ); //$NON-NLS-1$
741
725
742
726
declareWorkbenchImage (ideBundle ,
743
727
IDEInternalWorkbenchImages .IMG_ETOOL_SEARCH_SRC , PATH_ETOOL
744
728
+ "search_src.svg" , false ); //$NON-NLS-1$
745
729
declareWorkbenchImage (ideBundle ,
746
730
IDEInternalWorkbenchImages .IMG_ETOOL_SEARCH_SRC_HOVER ,
747
731
PATH_ETOOL + "search_src.svg" , false ); //$NON-NLS-1$
748
- declareWorkbenchImage (ideBundle ,
749
- IDEInternalWorkbenchImages .IMG_ETOOL_SEARCH_SRC_DISABLED ,
750
- PATH_DTOOL + "search_src.png" , false ); //$NON-NLS-1$
751
732
752
733
declareWorkbenchImage (ideBundle ,
753
734
IDEInternalWorkbenchImages .IMG_ETOOL_NEXT_NAV , PATH_ETOOL
@@ -814,10 +795,6 @@ protected void declareWorkbenchImages() {
814
795
IDEInternalWorkbenchImages .IMG_ELCL_QUICK_FIX_ENABLED ,
815
796
PATH_ELOCALTOOL + "smartmode_co.svg" , true ); //$NON-NLS-1$
816
797
817
- declareWorkbenchImage (ideBundle ,
818
- IDEInternalWorkbenchImages .IMG_DLCL_QUICK_FIX_DISABLED ,
819
- PATH_DLOCALTOOL + "smartmode_co.png" , true ); //$NON-NLS-1$
820
-
821
798
declareWorkbenchImage (ideBundle ,
822
799
IDEInternalWorkbenchImages .IMG_OBJS_FIXABLE_WARNING ,
823
800
PATH_OBJECT + "quickfix_warning_obj.svg" , true ); //$NON-NLS-1$
0 commit comments