Remove unused method var
authorStefan Vogel <sv@exept.de>
Mon, 15 Jul 2002 14:03:11 +0200
changeset 2552 22e594080897
parent 2551 7796d73c6e6c
child 2553 9838f1097a2f
Remove unused method var
DialogBox.st
--- a/DialogBox.st	Fri Jul 12 14:46:43 2002 +0200
+++ b/DialogBox.st	Mon Jul 15 14:03:11 2002 +0200
@@ -7416,7 +7416,7 @@
     "return an interface specs literal encoding.
      Notice - Dialog should be moved under AppModel so this becomes obsolete."
 
-    |displayDevice displayDeviceType app modifiedKey|
+    |displayDevice displayDeviceType modifiedKey|
 
     "/ this code is so ugly...
     displayDevice := (Screen current) ? Screen default.
@@ -7551,6 +7551,6 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.192 2002-07-12 12:46:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.193 2002-07-15 12:03:11 stefan Exp $'
 ! !
 DialogBox initialize!