Remove unused function

This commit is contained in:
Ryan Huffman 2014-12-30 11:34:59 -08:00
parent a0cb40597b
commit 16bf4e87e6

View file

@ -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]);