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