Skip to content

Commit e50c6e2

Browse files
committed
Remove duplicate createShape declaration
1 parent f72980c commit e50c6e2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Processing.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4664,8 +4664,6 @@ struct PApplet {
46644664
PShape createShape(int kind=-1);
46654665
PShape* loadShape(const ::std::string& path);
46664666
PShape createShape(int kind, float a, float b, float c, float d);
4667-
PShape createShape(int kind, float a, float b, float c, float d);
4668-
PShape createShape(int kind, float a, float b, float c, float d);
46694667
void shape(const PShape& s, float x=0, float y=0);
46704668
void shape(const PShape& s, float x, float y, float w, float h);
46714669
void shape(const PShape* s, float x=0, float y=0) { if(s) shape(*s,x,y); }

0 commit comments

Comments
 (0)