Removed a forgotten TODO marker. eric7

Tue, 06 May 2025 11:09:21 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 06 May 2025 11:09:21 +0200
branch
eric7
changeset 11269
ce3bcd9df3b3
parent 11268
3dba24293ccc
child 11270
0e220c26e60e

Removed a forgotten TODO marker.

src/eric7/Cooperation/SharedEditorController.py file | annotate | diff | comparison | revisions
diff -r 3dba24293ccc -r ce3bcd9df3b3 src/eric7/Cooperation/SharedEditorController.py
--- a/src/eric7/Cooperation/SharedEditorController.py	Tue May 06 11:08:30 2025 +0200
+++ b/src/eric7/Cooperation/SharedEditorController.py	Tue May 06 11:09:21 2025 +0200
@@ -88,7 +88,6 @@
         project = ericApp().getObject("Project")
         if projectHash == project.getHash():
             fn = project.getAbsoluteUniversalPath(fileName)
-            # TODO: change this to use local method
             editor = ericApp().getObject("ViewManager").getOpenEditor(fn)
             if editor:
                 status = self.__getSharedEditStatus(editor)

eric ide

mercurial