Skip to content

Commit 2596e8f

Browse files
committed
Remove duplicate curveVertex(x,y,z) declaration
1 parent 26f1e4c commit 2596e8f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Processing.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,6 @@ class PGraphics : public PImage {
977977
void bezierVertex(float cx1,float cy1,float cz1,float cx2,float cy2,float cz2,float x,float y,float z);
978978
void curveVertex(float x, float y);
979979
void curveVertex(float x, float y, float z);
980-
void curveVertex(float x, float y, float z);
981980
void image(PImage* img, float x, float y);
982981
void image(PImage* img, float x, float y, float w, float h);
983982
void image(PImage* img, float dx1,float dy1,float dx2,float dy2,float sx1,float sy1,float sx2,float sy2);

0 commit comments

Comments
 (0)