summaryrefslogtreecommitdiff
path: root/js/Events/EVTGEN_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Events/EVTGEN_f.js')
-rw-r--r--js/Events/EVTGEN_f.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/Events/EVTGEN_f.js b/js/Events/EVTGEN_f.js
index 297b0784..7080757c 100644
--- a/js/Events/EVTGEN_f.js
+++ b/js/Events/EVTGEN_f.js
@@ -25,10 +25,7 @@ function EVTGEN_f() {
EVTGEN_f.prototype.set = function EVTGEN_f() {
this.tt = parseFloat(arguments[0]["tt"])
this.exprs = arguments[0]["exprs"]
- this.x = arg1;
- this.graphics = arg1.graphics;
this.exprs = this.graphics.exprs;
- this.model = arg1.model;
while (true) {
[ok,this.tt,this.exprs] = scicos_getvalue("Set Event time",["Event Time"],list("vec",1),this.exprs);
if (!ok) {