*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 25 Jul 1997 16:11:47 +0200
changeset 1278 72f9fa319cea
parent 1277 2609b2dd2768
child 1279 4cb391ed6fbf
*** empty log message ***
SelListV.st
SelectionInListView.st
--- a/SelListV.st	Thu Jul 24 18:27:36 1997 +0200
+++ b/SelListV.st	Fri Jul 25 16:11:47 1997 +0200
@@ -1976,8 +1976,6 @@
 !
 
 doubleClicked
-    |arg|
-
     selection isNil ifTrue:[
         "/ can only happen if claus modifies the selection within
         "/ the selectAction ....
@@ -2217,8 +2215,6 @@
 initStyle
     "setup viewStyle specifics"
 
-    |nm|
-
     super initStyle.
 
 "/    DefaultFont notNil ifTrue:[font := DefaultFont on:device].
@@ -2653,7 +2649,7 @@
 !
 
 startDragX:x y:y
-    |dragger xOffset w h dragAndDropMgr|
+    |xOffset w h dragAndDropMgr|
 
     dragIsActive := true.
     xOffset      := x.
@@ -3300,5 +3296,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.111 1997-06-30 14:45:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/SelListV.st,v 1.112 1997-07-25 14:11:47 cg Exp $'
 ! !
--- a/SelectionInListView.st	Thu Jul 24 18:27:36 1997 +0200
+++ b/SelectionInListView.st	Fri Jul 25 16:11:47 1997 +0200
@@ -1976,8 +1976,6 @@
 !
 
 doubleClicked
-    |arg|
-
     selection isNil ifTrue:[
         "/ can only happen if claus modifies the selection within
         "/ the selectAction ....
@@ -2217,8 +2215,6 @@
 initStyle
     "setup viewStyle specifics"
 
-    |nm|
-
     super initStyle.
 
 "/    DefaultFont notNil ifTrue:[font := DefaultFont on:device].
@@ -2653,7 +2649,7 @@
 !
 
 startDragX:x y:y
-    |dragger xOffset w h dragAndDropMgr|
+    |xOffset w h dragAndDropMgr|
 
     dragIsActive := true.
     xOffset      := x.
@@ -3300,5 +3296,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.111 1997-06-30 14:45:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.112 1997-07-25 14:11:47 cg Exp $'
 ! !