diff options
Diffstat (limited to 'js/Misc/SUPER_f.js')
-rw-r--r-- | js/Misc/SUPER_f.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/Misc/SUPER_f.js b/js/Misc/SUPER_f.js index 6e590b1b..22a1b30a 100644 --- a/js/Misc/SUPER_f.js +++ b/js/Misc/SUPER_f.js @@ -32,7 +32,6 @@ function SUPER_f() { return new SuperBlock(this.x); } SUPER_f.prototype.get_popup_title = function SUPER_f() { - var set_param_popup_title = "Set parameters"; - return set_param_popup_title; + return; } } |