diff options
Diffstat (limited to 'js/Branching/CLKGOTO.js')
-rw-r--r-- | js/Branching/CLKGOTO.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/Branching/CLKGOTO.js b/js/Branching/CLKGOTO.js index cc21a9a0..d6305f03 100644 --- a/js/Branching/CLKGOTO.js +++ b/js/Branching/CLKGOTO.js @@ -28,9 +28,6 @@ function CLKGOTO() { this.tag = arguments[0]["tag"] this.tagvis = parseFloat(arguments[0]["tagvis"]) this.exprs = arguments[0]["exprs"] - this.x = arg1; - this.graphics = arg1.graphics; - this.model = arg1.model; this.exprs = this.graphics.exprs; while (true) { [ok,this.tag,this.tagvis,this.exprs] = scicos_getvalue("Set block parameters",["Tag","Tag Visibility (1=Local 2=Scoped 3=Global)"],list("str",-1,"vec",1),this.exprs); |