Removed resize from PGraphics for Issue 150

This commit is contained in:
lonnen
2010-11-29 21:25:03 +00:00
parent 010fca89d9
commit 89ebad4372

View File

@@ -802,11 +802,10 @@ public class PGraphics extends PImage implements PConstants {
//reapplySettings = false;
}
public void resize(int wide, int high) {
showMethodWarning("resize");
}
// inherit from PImage
//public void resize(int wide, int high){ }
//////////////////////////////////////////////////////////////
// HINTS