mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +02:00
Remove unused function
This commit is contained in:
parent
a0cb40597b
commit
16bf4e87e6
1 changed files with 0 additions and 3 deletions
|
@ -475,9 +475,6 @@ GridTool = function(opts) {
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
that.mouseReleaseEvent = function(event) {
|
|
||||||
};
|
|
||||||
|
|
||||||
Script.scriptEnding.connect(function() {
|
Script.scriptEnding.connect(function() {
|
||||||
for (var i = 0; i < allOverlays.length; i++) {
|
for (var i = 0; i < allOverlays.length; i++) {
|
||||||
Overlays.deleteOverlay(allOverlays[i]);
|
Overlays.deleteOverlay(allOverlays[i]);
|
||||||
|
|
Loading…
Reference in a new issue