eric6/Toolbox/Startup.py

changeset 7521
17974c348101
parent 7512
170e64742ae7
child 7527
b2ae47eaf0ae
diff -r 6acaa89ff7da -r 17974c348101 eric6/Toolbox/Startup.py
--- a/eric6/Toolbox/Startup.py	Fri Apr 10 15:18:58 2020 +0200
+++ b/eric6/Toolbox/Startup.py	Fri Apr 10 19:27:51 2020 +0200
@@ -138,7 +138,6 @@
         # add paths for vector graphics
         os.path.join(getConfig('ericIconDir'), iconPath),
         os.path.join(getConfig('ericIconDir'), iconPath, "languages"),
-        # add old default pixel icons
     ]
     iconPaths = Preferences.getIcons("Path")
     for iconPath in iconPaths:

eric ide

mercurial