mirror of
https://github.com/brendanhaines/javaProcessing.git
synced 2025-08-13 20:03:33 -06:00
removes unused variable 'int s'
This commit is contained in:
@@ -22,7 +22,6 @@ class DisplayNewQuad extends Display3D {
|
||||
*
|
||||
*/
|
||||
public void drawObject() {
|
||||
int s = 1;
|
||||
noStroke();
|
||||
lights();
|
||||
|
||||
|
Reference in New Issue
Block a user