NewInspectorPanelView.st
changeset 327 0040d47658c6
parent 39 03af455029eb
child 809 6f127dd5e578
--- a/NewInspectorPanelView.st	Fri Oct 10 20:12:52 1997 +0200
+++ b/NewInspectorPanelView.st	Fri Oct 10 20:59:33 1997 +0200
@@ -473,7 +473,7 @@
 viewMenu:anIndex
     "popup menu required for a view identified by its sequence number
     "
-    |view menu inst args lbls txt|
+    |view menu inst args lbls|
 
     view := listViews at:anIndex.
     view hasSelection ifFalse:[^ nil].
@@ -693,7 +693,7 @@
 moveContentsLeft:nTimes
     "move the contents of all views one position left
     "
-    |fView stop assoc inspObj pView index|
+    |fView stop pView index|
 
     (nTimes < 1 or:[listViews last isEmpty]) ifTrue:[
         ^ self
@@ -729,7 +729,7 @@
 moveContentsRight:nTimes
     "move the contents of all views one position right
     "
-    |view assoc size index lView fView|
+    |size index lView fView|
 
     size := leftHistory size.