TabSpecRuler.st
changeset 40 2248adab2995
parent 38 858ec30d05fe
child 49 4dd0f5c3353e
--- a/TabSpecRuler.st	Wed Feb 22 02:22:48 1995 +0100
+++ b/TabSpecRuler.st	Mon Feb 27 11:42:53 1995 +0100
@@ -37,7 +37,7 @@
 
 version
 "
- $Header: /cvs/stx/stx/libwidg2/TabSpecRuler.st,v 1.3 1995-02-18 20:48:59 claus Exp $
+ $Header: /cvs/stx/stx/libwidg2/TabSpecRuler.st,v 1.4 1995-02-27 10:42:46 claus Exp $
 "
 !
 
@@ -109,8 +109,6 @@
     super initStyle.
 
     handleStyle := DefaultHandleStyle
-
-
 !
 
 initialize
@@ -121,16 +119,6 @@
     "
      TabSpecRuler new open
     "
-
-
-!
-
-initEvents
-    super initEvents.
-    self enableButtonEvents.
-    self enableMotionEvents.
-
-
 ! !
 
 !TabSpecRuler methodsFor:'accessing'!