From cfb8b5eca31512234ebe76247eda905b77290229 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 1 Jun 2021 18:49:36 +0200 Subject: [PATCH] Drop those --- voicegardens/static/voicegardens.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index 4504e2c..53c5db7 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -610,18 +610,3 @@ function draw() { } } } - -function mouseDragged() { - /** - * Mouse drag movement handling. - **/ - toScreenX += mouseX - pmouseX; - toScreenY += mouseY - pmouseY; -} - -function windowResized() { - /** - * Canvas re-draw handling. - **/ - resizeCanvas(windowWidth, windowHeight); -}