mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +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;
|
||||
};
|
||||
|
||||
that.mouseReleaseEvent = function(event) {
|
||||
};
|
||||
|
||||
Script.scriptEnding.connect(function() {
|
||||
for (var i = 0; i < allOverlays.length; i++) {
|
||||
Overlays.deleteOverlay(allOverlays[i]);
|
||||
|
|
Loading…
Reference in a new issue