Browse Source

helios: removed unused HLToolModel >> #inspect:

Nicolas Petton 11 years ago
parent
commit
9ac04bcb2e
3 changed files with 0 additions and 31 deletions
  1. 0 11
      js/Helios-Core.deploy.js
  2. 0 16
      js/Helios-Core.js
  3. 0 4
      st/Helios-Core.st

+ 0 - 11
js/Helios-Core.deploy.js

@@ -381,17 +381,6 @@ return self}, function($ctx1) {$ctx1.fill(self,"handleUnkownVariableError:",{anE
 messageSends: ["announce:", "error:", "new", "yourself", "announcer"]}),
 smalltalk.HLToolModel);
 
-smalltalk.addMethod(
-smalltalk.method({
-selector: "inspect:",
-fn: function (anObject){
-var self=this;
-return smalltalk.withContext(function($ctx1) { 
-_st(_st(self)._environment())._inspect_(anObject);
-return self}, function($ctx1) {$ctx1.fill(self,"inspect:",{anObject:anObject},smalltalk.HLToolModel)})},
-messageSends: ["inspect:", "environment"]}),
-smalltalk.HLToolModel);
-
 smalltalk.addMethod(
 smalltalk.method({
 selector: "isToolModel",

+ 0 - 16
js/Helios-Core.js

@@ -508,22 +508,6 @@ referencedClasses: ["HLUnknownVariableErrorRaised"]
 }),
 smalltalk.HLToolModel);
 
-smalltalk.addMethod(
-smalltalk.method({
-selector: "inspect:",
-category: 'actions',
-fn: function (anObject){
-var self=this;
-return smalltalk.withContext(function($ctx1) { 
-_st(_st(self)._environment())._inspect_(anObject);
-return self}, function($ctx1) {$ctx1.fill(self,"inspect:",{anObject:anObject},smalltalk.HLToolModel)})},
-args: ["anObject"],
-source: "inspect: anObject\x0a\x09self environment inspect: anObject",
-messageSends: ["inspect:", "environment"],
-referencedClasses: []
-}),
-smalltalk.HLToolModel);
-
 smalltalk.addMethod(
 smalltalk.method({
 selector: "isToolModel",

+ 0 - 4
st/Helios-Core.st

@@ -176,10 +176,6 @@ addInstVarNamed: aString
 		yourself)
 !
 
-inspect: anObject
-	self environment inspect: anObject
-!
-
 save: aString
 	self announcer announce: HLSourceCodeSaved new.