ScrView.st
changeset 53 b587b15eafab
parent 38 4b9b70b2cc87
child 59 450ce95a72a4
--- a/ScrView.st	Wed Aug 24 01:39:16 1994 +0200
+++ b/ScrView.st	Wed Aug 24 01:39:35 1994 +0200
@@ -22,7 +22,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Attic/ScrView.st,v 1.5 1994-08-07 13:23:16 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/ScrView.st,v 1.6 1994-08-23 23:38:46 claus Exp $
 '!
 
 !ScrollableView class methodsFor:'documentation'!
@@ -43,7 +43,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/Attic/ScrView.st,v 1.5 1994-08-07 13:23:16 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Attic/ScrView.st,v 1.6 1994-08-23 23:38:46 claus Exp $
 "
 !
 
@@ -437,22 +437,6 @@
 
 !ScrollableView methodsFor:'slave-view messages'!
 
-cursor
-    scrolledView isNil ifTrue:[
-        ^ super cursor
-    ].
-    ^ scrolledView cursor
-!
-
-cursor:aCursor
-    "I have the same cursor as my scrolledView"
-
-    scrolledView notNil ifTrue:[
-        scrolledView cursor:aCursor
-    ].
-    super cursor:aCursor
-!
-
 leftButtonMenu
     "return scrolledViews leftbuttonmenu"