View.st
changeset 193 3abcc2ee1641
parent 170 a9e8cbf02bdc
child 219 9ff0660f447f
--- a/View.st	Thu Sep 21 13:40:25 1995 +0200
+++ b/View.st	Mon Oct 23 18:00:19 1995 +0100
@@ -23,7 +23,7 @@
 COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/View.st,v 1.45 1995-08-24 03:05:35 claus Exp $
+$Header: /cvs/stx/stx/libview/View.st,v 1.46 1995-10-23 16:59:31 cg Exp $
 '!
 
 !View class methodsFor:'documentation'!
@@ -44,7 +44,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/View.st,v 1.45 1995-08-24 03:05:35 claus Exp $
+$Header: /cvs/stx/stx/libview/View.st,v 1.46 1995-10-23 16:59:31 cg Exp $
 "
 !
 
@@ -325,14 +325,6 @@
     self changeMessage:changeSymbol
 !
 
-aspect:aspectSymbol
-    "ST-80 style updating: If a views aspectSymbol is nonNil, 
-     it will respond to changes of this aspect from the model.
-     Alias for aspectMessage: for ST-80 compatibility."
-
-    self aspectMessage:aspectSymbol
-!
-
 aspect
     "Return the aspect used with changes from/to the model"