editors/Viewer.py
changeset 1841 9fd29e8b1393
parent 1838 646245c1c0d9
child 1846 14b40afccd69
--- a/editors/Viewer.py	Mon Oct 02 12:43:01 2017 +0300
+++ b/editors/Viewer.py	Mon Oct 02 13:19:06 2017 +0300
@@ -810,7 +810,6 @@
 
     def SetCurrentCursor(self, cursor):
         if self.Mode != MODE_MOTION:
-            global CURSORS
             if self.CurrentCursor != cursor:
                 self.CurrentCursor = cursor
                 self.Editor.SetCursor(CURSORS[cursor])