ApplicationWindow.st
changeset 1432 6dc94e38fa8e
parent 1423 0e391ec230be
--- a/ApplicationWindow.st	Wed Nov 22 14:15:39 2000 +0100
+++ b/ApplicationWindow.st	Wed Nov 22 15:53:15 2000 +0100
@@ -51,26 +51,8 @@
 "
 ! !
 
-!ApplicationWindow methodsFor:'events'!
-
-noticeOfWindowClose
-    application notNil ifTrue:[
-        application noticeOfWindowClose:self
-    ].
-
-    "Created: / 18.6.1998 / 18:56:01 / cg"
-! !
-
-!ApplicationWindow methodsFor:'initialize / release'!
-
-destroy
-    self noticeOfWindowClose.
-    super destroy
-
-    "Created: / 18.6.1998 / 19:15:28 / cg"! !
-
 !ApplicationWindow class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationWindow.st,v 1.6 2000-11-09 19:41:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationWindow.st,v 1.7 2000-11-22 14:53:15 tm Exp $'
 ! !