diff options
Diffstat (limited to 'js/Sources/TIME_f.js')
-rw-r--r-- | js/Sources/TIME_f.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/Sources/TIME_f.js b/js/Sources/TIME_f.js index ad06fe4c..f51d4ba6 100644 --- a/js/Sources/TIME_f.js +++ b/js/Sources/TIME_f.js @@ -20,7 +20,6 @@ function TIME_f() { return new BasicBlock(this.x); } TIME_f.prototype.get_popup_title = function TIME_f() { - var set_param_popup_title = "Set parameters"; - return set_param_popup_title; + return; } } |