Removed obsolete code.

Sat, 16 Oct 2010 18:56:15 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 16 Oct 2010 18:56:15 +0200
changeset 678
d388291f5b6c
parent 677
d53431b38d86
child 679
b427350a9d97

Removed obsolete code.

Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Oct 16 18:55:23 2010 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Oct 16 18:56:15 2010 +0200
@@ -90,7 +90,6 @@
             itm.setIcon(0, UI.PixmapCache.getIcon("warning.png"))
         else:
             itm.setIcon(0, UI.PixmapCache.getIcon("syntaxError.png"))
-##        itm.setToolTip(0, file)
         itm.setData(0, self.filenameRole, file)
         itm.setData(0, self.lineRole, int(line))
         itm.setData(0, self.errorRole, error)

eric ide

mercurial