Startup: removed some commented code.

Thu, 09 Apr 2020 17:58:33 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 09 Apr 2020 17:58:33 +0200
changeset 7512
170e64742ae7
parent 7511
867c92eb7c89
child 7513
d8354f4d3dc7

Startup: removed some commented code.

eric6/Toolbox/Startup.py file | annotate | diff | comparison | revisions
diff -r 867c92eb7c89 -r 170e64742ae7 eric6/Toolbox/Startup.py
--- 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