Drop those

This commit is contained in:
decentral1se 2021-06-01 18:49:36 +02:00
parent 4d7da85009
commit cfb8b5eca3
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

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