SmallSense__CetegoryOrProtocolSelectDialog.st
changeset 1144 93164087c56a
parent 881 9a58acda666b
--- a/SmallSense__CetegoryOrProtocolSelectDialog.st	Fri Sep 02 11:34:33 2022 +0100
+++ b/SmallSense__CetegoryOrProtocolSelectDialog.st	Wed Aug 24 15:40:14 2022 +0100
@@ -1,6 +1,7 @@
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
+Copyright (C) 2022 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -33,6 +34,7 @@
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
+Copyright (C) 2022 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -78,13 +80,6 @@
 
     "Created: / 23-06-2014 / 15:15:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 10-01-2015 / 13:36:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-canSelect:selection
-    ^ selection isKindOf: PO
-
-    "Created: / 05-05-2014 / 23:50:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 13-12-2014 / 12:08:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !CetegoryOrProtocolSelectDialog methodsFor:'searching'!