[anjuta-extras] class-inheritance: Remove superfluous empty lines



commit 6dbbe1c49a26b32a54c4d931dbaaa6afde5dd273
Author: Naba Kumar <naba gnome org>
Date:   Mon Feb 22 23:09:43 2010 +0200

    class-inheritance: Remove superfluous empty lines

 plugins/class-inheritance/class-inherit.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/plugins/class-inheritance/class-inherit.h b/plugins/class-inheritance/class-inherit.h
index 45e5acb..9bb260b 100644
--- a/plugins/class-inheritance/class-inherit.h
+++ b/plugins/class-inheritance/class-inherit.h
@@ -32,9 +32,6 @@ G_BEGIN_DECLS
 #define NODE_SHOW_ALL_MEMBERS_STR			N_("Show all members...")
 #define NODE_SHOW_NORMAL_VIEW_STR			N_("Normal view")
 
-
-
-
 typedef struct _NodeData {
 	GnomeCanvasItem *canvas_item;  	/* item itself */
 	gint klass_id;					/* unique class identifier */
@@ -46,21 +43,18 @@ typedef struct _NodeData {
 	AnjutaClassInheritance *plugin;
 } NodeData;
 
-
 typedef struct _NodeExpansionStatus {	
 	gint klass_id;
 	gint expansion_status;
 	
 } NodeExpansionStatus;
 
-
 enum {
 	NODE_NOT_EXPANDED,
 	NODE_HALF_EXPANDED,
 	NODE_FULL_EXPANDED
 };
 
-
 gchar *
 class_inheritance_create_agnode_key_name (const IAnjutaSymbol* symbol);
 



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