[gnumeric] compilation: remove duplicate #define.



commit bc88ffb64a4223c2902f5c43ccb6b1b9dfe87012
Author: Morten Welinder <terra gnome org>
Date:   Tue Oct 13 18:32:00 2009 -0400

    compilation: remove duplicate #define.

 src/sheet-object-widget.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/sheet-object-widget.h b/src/sheet-object-widget.h
index 3ee3909..b5d5d64 100644
--- a/src/sheet-object-widget.h
+++ b/src/sheet-object-widget.h
@@ -11,8 +11,6 @@ G_BEGIN_DECLS
 
 void sheet_object_widget_register (void);
 
-#define IS_GNM_SO_FILLED(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GNM_SO_FILLED_TYPE))
-
 GType sheet_widget_frame_get_type	 (void); /* convert to non-widget */
 #define GNM_SOW_FRAME (sheet_widget_frame_get_type ())
 #define GNM_IS_SOW_FRAME(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GNM_SOW_FRAME))



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