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