some cleanup

This commit is contained in:
codeanticode
2012-11-24 17:16:28 +00:00
parent 844807bb05
commit 7fd9ca848e
2 changed files with 64 additions and 68 deletions

View File

@@ -873,14 +873,6 @@ public class PGL {
}
protected void beginOffscreenDraw(boolean clear) {
}
protected void endOffscreenDraw(boolean clear0) {
}
protected boolean canDraw() {
return initialized && pg.parent.isDisplayable();
}