Cursor.st
changeset 6603 81fca99c892e
parent 6577 4639bb86cdfa
child 7205 9c759d20a69f
--- a/Cursor.st	Thu Nov 20 15:58:44 2014 +0100
+++ b/Cursor.st	Thu Nov 20 16:15:44 2014 +0100
@@ -403,11 +403,10 @@
             Cursor eye
             Cursor eyeClosed"
 
-    |device bits isWindows|
+    |bits isWindows|
 
     HandCursor notNil ifTrue:[^ self].
 
-    device := Display.
     Screen isNil ifTrue:[
         isWindows := OperatingSystem isMSWINDOWSlike.
     ] ifFalse:[
@@ -3532,11 +3531,11 @@
 !Cursor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.114 2014-09-25 19:45:05 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.115 2014-11-20 15:15:44 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.114 2014-09-25 19:45:05 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.115 2014-11-20 15:15:44 stefan Exp $'
 ! !