class: ActiveHelp
authorClaus Gittinger <cg@exept.de>
Mon, 22 Jul 2013 10:46:14 +0200
changeset 3197 5924a1d75db3
parent 3196 b497c2b5867d
child 3198 a43053b56eb3
class: ActiveHelp removed: #buttonPress:x:y:view: #buttonRelease:x:y:view:
ActiveHelp.st
--- a/ActiveHelp.st	Sat Jul 13 22:28:04 2013 +0200
+++ b/ActiveHelp.st	Mon Jul 22 10:46:14 2013 +0200
@@ -536,14 +536,6 @@
     ^ text.
 ! !
 
-!ActiveHelp methodsFor:'others'!
-
-buttonPress:b x:x y:y view:v ^ false
-!
-
-buttonRelease:b x:x y:y view:v ^ false
-! !
-
 !ActiveHelp methodsFor:'private'!
 
 handleMouseIn:aView x:x y:y
@@ -757,5 +749,6 @@
 !ActiveHelp class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.70 2011-12-22 09:49:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.71 2013-07-22 08:46:14 cg Exp $'
 ! !
+