Skip to content

Commit b4359b4

Browse files
committed
More cleanup
1 parent 8d23407 commit b4359b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/examples/src/main/java/Issue1003.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ public void setup() {
1616
}
1717

1818
public void draw(){
19-
// ((PSurfaceAWT) surface).setResizable(true);
20-
2119
background(frameCount % 255);
2220
line(0, 0, width, height);
2321
line(width, 0, 0, height);
2422
}
23+
2524
public static void main(String[] passedArgs) {
2625
String[] appletArgs = new String[]{ Issue1003.class.getName()};
2726
if (passedArgs != null) {

0 commit comments

Comments
 (0)