]> granicus.if.org Git - graphviz/commitdiff
remove stuff now defined in header
authorellson <devnull@localhost>
Fri, 1 Aug 2008 18:56:12 +0000 (18:56 +0000)
committerellson <devnull@localhost>
Fri, 1 Aug 2008 18:56:12 +0000 (18:56 +0000)
plugin/gd/gvtextlayout_gd.c

index df22f9bd6e6c2dd580385520a2c19d1bf7fbb532..0db00f545b508bf5323fc973d238ce3c3668e327 100644 (file)
@@ -23,9 +23,6 @@
 #include <string.h>
 #include "gvplugin_textlayout.h"
 
-typedef enum { AGWARN, AGERR, AGMAX, AGPREV } agerrlevel_t;
-extern int agerr(agerrlevel_t level, char *fmt, ...);
-
 #ifdef HAVE_LIBGD
 #include "gd.h"