[anjuta-extras] class-inheritance: Removed debug code.



commit c61346e275a79f6f36748cd0751db520a844209c
Author: Naba Kumar <naba gnome org>
Date:   Thu Feb 25 00:49:50 2010 +0200

    class-inheritance: Removed debug code.

 plugins/class-inheritance/class-inherit.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/plugins/class-inheritance/class-inherit.c b/plugins/class-inheritance/class-inherit.c
index 599c240..cd211b4 100644
--- a/plugins/class-inheritance/class-inherit.c
+++ b/plugins/class-inheritance/class-inherit.c
@@ -772,9 +772,6 @@ cls_inherit_draw_graph (AnjutaClassInheritance *plugin)
 	
 	/* compiles nodes/edges informations, such as positions, coordinates etc */
 	gvLayout (plugin->gvc, plugin->graph, "dot");
-	/* DEBUG */
-	gvRenderFilename (plugin->gvc, plugin->graph, "png", "class-inheritance-test.png");
-	
 	
 	/* set the size of the canvas. We need this to set the scrolling.. */
 	canvas_x1 = canvas_y1 = 0;



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