]> granicus.if.org Git - graphviz/commitdiff
draw.c function static declaration was fixed
authorarif <devnull@localhost>
Thu, 15 Oct 2009 18:48:54 +0000 (18:48 +0000)
committerarif <devnull@localhost>
Thu, 15 Oct 2009 18:48:54 +0000 (18:48 +0000)
cmd/smyrna/draw.h

index b227e4aa1c481e74dbb33ecb7c935a5e1bc8a7b3..ca05f7c7fe472f4ea7c3188fcbe4c5d2f379e4c3 100755 (executable)
@@ -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*/