VDBVariableObjectListApplication.st
changeset 60 bcdb393c956f
parent 59 e7d0453109a1
child 62 8a52495c2108
--- a/VDBVariableObjectListApplication.st	Sat Feb 03 21:18:50 2018 +0000
+++ b/VDBVariableObjectListApplication.st	Mon Feb 05 14:18:03 2018 +0000
@@ -114,23 +114,6 @@
     "Created: / 03-02-2018 / 08:07:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!VDBVariableObjectListApplication methodsFor:'actions'!
-
-doDoubleClick
-    "Invoked when user double-clicks to list item."
-
-    | selectedVarObjPresenter |
-    
-    selectedVarObjPresenter := self internalSelectionHolder value. 
-    selectedVarObjPresenter notNil ifTrue:[
-        selectedVarObjPresenter varobj inspect
-    ].
-
-    "Created: / 13-06-2017 / 17:09:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 16-01-2018 / 23:33:12 / jv"
-    "Modified: / 03-02-2018 / 08:03:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-
 !VDBVariableObjectListApplication methodsFor:'aspects'!
 
 backgroundColorFor: aVDBVariableOjectPresenter