Removed getCenter method in PShape

This commit is contained in:
codeanticode
2012-05-23 23:42:13 +00:00
parent a5a572fb8d
commit 8a56dafe12
3 changed files with 3 additions and 23 deletions
-5
View File
@@ -395,11 +395,6 @@ public class PShape implements PConstants {
//checkBounds();
return depth;
}
public PVector getCenter() {
return new PVector();
}
/**