Skip to content

Commit 0941f8f

Browse files
committed
Remove useless arguments
1 parent be1ad6b commit 0941f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.more.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170

171171
// =============================================================================
172172

173-
function drawBox(divid, obj, opt) {
173+
function drawBox() {
174174

175175
var box = this.GetObject(),
176176
draw_line = (typeof this._drawopt == 'string') && (this._drawopt.toUpperCase().indexOf("L")>=0),

0 commit comments

Comments
 (0)