Browse Source

No one uses Browser class >> commitPath{Js,St}, removing.

Herbert Vojčík 11 years ago
parent
commit
8d03fca84a
3 changed files with 0 additions and 64 deletions
  1. 0 22
      js/IDE.deploy.js
  2. 0 32
      js/IDE.js
  3. 0 10
      st/IDE.st

+ 0 - 22
js/IDE.deploy.js

@@ -2535,28 +2535,6 @@ fn: function () {
 smalltalk.Browser);
 
 
-smalltalk.addMethod(
-"_commitPathJs",
-smalltalk.method({
-selector: "commitPathJs",
-fn: function () {
-    var self = this;
-    return "js";
-}
-}),
-smalltalk.Browser.klass);
-
-smalltalk.addMethod(
-"_commitPathSt",
-smalltalk.method({
-selector: "commitPathSt",
-fn: function () {
-    var self = this;
-    return "st";
-}
-}),
-smalltalk.Browser.klass);
-
 smalltalk.addMethod(
 "_open",
 smalltalk.method({

+ 0 - 32
js/IDE.js

@@ -3275,38 +3275,6 @@ referencedClasses: []
 smalltalk.Browser);
 
 
-smalltalk.addMethod(
-"_commitPathJs",
-smalltalk.method({
-selector: "commitPathJs",
-category: 'accessing',
-fn: function () {
-    var self = this;
-    return "js";
-},
-args: [],
-source: "commitPathJs\x0a\x09^'js'",
-messageSends: [],
-referencedClasses: []
-}),
-smalltalk.Browser.klass);
-
-smalltalk.addMethod(
-"_commitPathSt",
-smalltalk.method({
-selector: "commitPathSt",
-category: 'accessing',
-fn: function () {
-    var self = this;
-    return "st";
-},
-args: [],
-source: "commitPathSt\x0a\x09^'st'",
-messageSends: [],
-referencedClasses: []
-}),
-smalltalk.Browser.klass);
-
 smalltalk.addMethod(
 "_open",
 smalltalk.method({

+ 0 - 10
st/IDE.st

@@ -1292,16 +1292,6 @@ updateTabsList
 	    onClick: [self selectTab: #comment]]
 ! !
 
-!Browser class methodsFor: 'accessing'!
-
-commitPathJs
-	^'js'
-!
-
-commitPathSt
-	^'st'
-! !
-
 !Browser class methodsFor: 'convenience'!
 
 open