summaryrefslogtreecommitdiff
path: root/js/Events/EVTDLY_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Events/EVTDLY_f.js')
-rw-r--r--js/Events/EVTDLY_f.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/Events/EVTDLY_f.js b/js/Events/EVTDLY_f.js
index b3e8f166..21dce7f6 100644
--- a/js/Events/EVTDLY_f.js
+++ b/js/Events/EVTDLY_f.js
@@ -30,10 +30,7 @@ function EVTDLY_f() {
this.dt = parseFloat(arguments[0]["dt"])
this.ff = parseFloat(arguments[0]["ff"])
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.dt,this.ff,this.exprs] = scicos_getvalue([["Set Event Delay block parameters"],["Delay is the delay between an input event "],[" and the generated output event"],["Block may initially generate an output event before "],[" any input event. \"Date of initial output event\""],[" gives the date of this event. Set a negative value"],[" if no initial event required"]],["Delay","Date of initial output event"],list("vec",1,"vec",1),this.exprs);
if (!ok) {