eric6/Toolbox/Startup.py

changeset 7512
170e64742ae7
parent 7499
be7e8f2cb5d4
child 7521
17974c348101
--- a/eric6/Toolbox/Startup.py	Thu Apr 09 17:50:55 2020 +0200
+++ b/eric6/Toolbox/Startup.py	Thu Apr 09 17:58:33 2020 +0200
@@ -139,8 +139,6 @@
         os.path.join(getConfig('ericIconDir'), iconPath),
         os.path.join(getConfig('ericIconDir'), iconPath, "languages"),
         # add old default pixel icons
-##        os.path.join(getConfig('ericIconDir'), "default"),
-##        os.path.join(getConfig('ericIconDir'), "default", "languages"),
     ]
     iconPaths = Preferences.getIcons("Path")
     for iconPath in iconPaths:

eric ide

mercurial