From: arif Date: Thu, 15 Oct 2009 18:48:54 +0000 (+0000) Subject: draw.c function static declaration was fixed X-Git-Tag: LAST_LIBGRAPH~32^2~1650 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfe844d4a09bd8102241f1b70289164064d1f4b4;p=graphviz draw.c function static declaration was fixed --- diff --git a/cmd/smyrna/draw.h b/cmd/smyrna/draw.h index b227e4aa1..ca05f7c7f 100755 --- a/cmd/smyrna/draw.h +++ b/cmd/smyrna/draw.h @@ -44,8 +44,6 @@ extern "C" { void drawEllipse(float xradius, float yradius, int angle1, int angle2); int draw_node_hintbox(GLfloat x, GLfloat y, GLfloat z, GLfloat fs, char *text); - void DrawBezier(GLfloat * xp, GLfloat * yp, GLfloat * zp, int filled, - int param); void draw_sphere(float x, float y, float z, float r); /*xdot drawing functions*/