Mark obsolete methods
authorStefan Vogel <sv@exept.de>
Thu, 26 Feb 2009 22:16:11 +0100
changeset 5212 eeb30c6c7880
parent 5211 569dcac3ee7d
child 5213 638447e61970
Mark obsolete methods
Cursor.st
--- a/Cursor.st	Thu Feb 26 17:49:46 2009 +0100
+++ b/Cursor.st	Thu Feb 26 22:16:11 2009 +0100
@@ -2098,6 +2098,7 @@
 !
 
 fileCursorNamed:cursorName
+    <resource: #obsolete>
     "return a cursor read from the files 'cursorName_bits.bit' and
      'cursorName_mask.bit' - return nil if either file does not exist.
      This method is going to be obsoleted in the future."
@@ -3362,7 +3363,7 @@
 !Cursor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.106 2008-11-12 09:26:51 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Cursor.st,v 1.107 2009-02-26 21:16:11 stefan Exp $'
 ! !
 
 Cursor initialize!