class: Tools::LintRuleSelectionDialog
authorClaus Gittinger <cg@exept.de>
Wed, 31 Jul 2013 18:08:52 +0200
changeset 13282 2e628ff0e590
parent 13281 0c6a72cc4858
child 13283 697d6bd3364e
class: Tools::LintRuleSelectionDialog removed: #shouldRememberLastExtent
Tools__LintRuleSelectionDialog.st
--- a/Tools__LintRuleSelectionDialog.st	Wed Jul 31 18:00:44 2013 +0200
+++ b/Tools__LintRuleSelectionDialog.st	Wed Jul 31 18:08:52 2013 +0200
@@ -227,14 +227,6 @@
     "Modified: / 01-03-2012 / 10:50:28 / cg"
 ! !
 
-!LintRuleSelectionDialog class methodsFor:'queries'!
-
-shouldRememberLastExtent
-    ^ true
-
-    "Created: / 31-07-2013 / 14:31:07 / cg"
-! !
-
 !LintRuleSelectionDialog methodsFor:'accessing'!
 
 selection
@@ -337,23 +329,17 @@
     "Created: / 24-07-2010 / 15:05:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!LintRuleSelectionDialog methodsFor:'queries'!
-
-shouldRememberLastExtent
-    "/ should we say:
-    ^ self accepted.
-    "/ ^ true
-
-    "Created: / 31-07-2013 / 17:27:56 / cg"
-! !
-
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.5 2013-07-31 16:08:52 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.4 2013-07-31 15:47:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.5 2013-07-31 16:08:52 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.4 2013-07-31 15:47:37 cg Exp $'
+    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.5 2013-07-31 16:08:52 cg Exp $'
 ! !