Controller.st
changeset 4208 0a16e323fe6b
parent 3902 5e079009f9f2
child 4857 bbfc8b071b46
--- a/Controller.st	Thu Aug 12 14:28:54 2004 +0200
+++ b/Controller.st	Thu Aug 19 14:05:27 2004 +0200
@@ -13,7 +13,7 @@
 "{ Package: 'stx:libview' }"
 
 Object subclass:#Controller
-	instanceVariableNames:'model view sensor'
+	instanceVariableNames:'model view'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Interface-Support-Controllers'
@@ -234,7 +234,6 @@
     "set my view"
 
     view := aView.
-    sensor := aView sensor.
 
     "Modified: 6.3.1997 / 15:31:48 / cg"
 ! !
@@ -585,5 +584,5 @@
 !Controller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.53 2003-07-01 18:20:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.54 2004-08-19 12:05:27 stefan Exp $'
 ! !