Skip to content

Commit 5f05219

Browse files
committed
Remove duplicated func
1 parent 1a557bf commit 5f05219

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/JSRootPainter.v7.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4021,14 +4021,6 @@
40214021
}
40224022
}
40234023

4024-
RPadPainter.prototype.RemoveButtons = function() {
4025-
var group = this.svg_layer("btns_layer", this.this_pad_name);
4026-
if (!group.empty()) {
4027-
group.selectAll("*").remove();
4028-
group.property("nextx", null);
4029-
}
4030-
}
4031-
40324024
RPadPainter.prototype.AddButton = function(_btn, _tooltip, _funcname, _keyname) {
40334025
if (!JSROOT.gStyle.ToolBar || JSROOT.BatchMode) return;
40344026

0 commit comments

Comments
 (0)