ContextInspectorView.st
changeset 18955 04da075fff78
parent 18790 78e603b2de19
child 19034 6438467f05da
--- a/ContextInspectorView.st	Wed Jul 31 17:39:20 2019 +0200
+++ b/ContextInspectorView.st	Wed Jul 31 17:39:25 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -742,18 +740,6 @@
     "Modified: / 28-05-2019 / 06:44:19 / Claus Gittinger"
 ! !
 
-!ContextInspectorView methodsFor:'selection'!
-
-showSelection:lineNr
-    "user clicked on an instvar - show value in workspace"
-
-    "/ (listView at:lineNr) isText ifTrue:[^ self].
-    ^ super showSelection:lineNr.
-
-    "Created: / 26-01-2019 / 17:06:11 / Claus Gittinger"
-    "Modified: / 28-05-2019 / 06:27:06 / Claus Gittinger"
-! !
-
 !ContextInspectorView methodsFor:'user actions'!
 
 hideTemporaries