ListModelView.st
changeset 2708 f3efc17bcbce
parent 2670 27dacfff1d6d
child 2745 5986c83276b1
--- a/ListModelView.st	Thu May 13 20:56:47 2004 +0200
+++ b/ListModelView.st	Thu May 13 21:10:22 2004 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1999 by eXept Software AG
 	      All Rights Reserved
@@ -940,11 +938,13 @@
 !ListModelView methodsFor:'event simulation'!
 
 syncronizeEvents
+    <resource:#obsolete>
     self obsoleteMethodWarning:'no longer supported'.
     ^ false
 !
 
 syncronizeEvents:aBoolean
+    <resource:#obsolete>
     self obsoleteMethodWarning:'no longer supported'.
 ! !
 
@@ -1833,7 +1833,7 @@
 !ListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListModelView.st,v 1.94 2004-03-04 09:33:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListModelView.st,v 1.95 2004-05-13 19:10:22 stefan Exp $'
 ! !
 
 ListModelView initialize!