gegl r2913 - in trunk: . gegl



Author: martinn
Date: Sun Feb 15 11:10:08 2009
New Revision: 2913
URL: http://svn.gnome.org/viewvc/gegl?rev=2913&view=rev

Log:
Include gegl-dot.h in gegl-dot.c

Include gegl-dot.h in gegl-dot.c and remove redeclaration of
gegl_to_dot().

Modified:
   trunk/ChangeLog
   trunk/gegl/gegl-dot.c

Modified: trunk/gegl/gegl-dot.c
==============================================================================
--- trunk/gegl/gegl-dot.c	(original)
+++ trunk/gegl/gegl-dot.c	Sun Feb 15 11:10:08 2009
@@ -26,11 +26,9 @@
 #include "graph/gegl-node.h"
 #include "graph/gegl-pad.h"
 #include "graph/gegl-connection.h"
+#include "gegl-dot.h"
 #include "gegl.h"
 
-gchar * gegl_to_dot (GeglNode *node); /* this should be in a gegl-dot.h header
-                                       * for consistency?
-                                       */
 
 static void
 gegl_add_graph (GString     *string,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]