class: Autoload
authorStefan Vogel <sv@exept.de>
Tue, 15 Oct 2013 16:04:12 +0200
changeset 15784 1c396394b930
parent 15783 647ea33569b6
child 15785 29fc93b8f5e4
class: Autoload removed: #inspectorExtraNamedFields
Autoload.st
--- a/Autoload.st	Tue Oct 15 10:46:40 2013 +0200
+++ b/Autoload.st	Tue Oct 15 16:04:12 2013 +0200
@@ -584,16 +584,6 @@
     ^ self doesNotUnderstand:(Message selector:#fromString: argument:aString)
 !
 
-inspectorExtraAttributes
-    "extra (pseudo instvar) entries to be shown in an inspector."
-
-    ^ #()
-!
-
-inspectorExtraNamedFields
-    ^ #()
-!
-
 isAbstract
     ^ false "/ actually: dont know, but do not want to load my class for this query
 !
@@ -828,11 +818,11 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.166 2013-07-27 13:52:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.167 2013-10-15 14:04:12 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.166 2013-07-27 13:52:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.167 2013-10-15 14:04:12 stefan Exp $'
 ! !