[glib] Remove redundant definitions



commit 4f8a4f171ec3ad2d922ab890ac875dae4a1c49b8
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 27 20:31:14 2011 -0500

    Remove redundant definitions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640262

 gio/gactiongroup.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/gio/gactiongroup.h b/gio/gactiongroup.h
index 7ad9a9d..9dcdba4 100644
--- a/gio/gactiongroup.h
+++ b/gio/gactiongroup.h
@@ -30,13 +30,6 @@
 
 G_BEGIN_DECLS
 
-#define G_TYPE_ACTION_GROUP                                 (g_action_group_get_type ())
-#define G_ACTION_GROUP(inst)                                (G_TYPE_CHECK_INSTANCE_CAST ((inst),                     \
-                                                             G_TYPE_ACTION_GROUP, GActionGroup))
-#define G_IS_ACTION_GROUP(inst)                             (G_TYPE_CHECK_INSTANCE_TYPE ((inst),                     \
-                                                             G_TYPE_ACTION_GROUP))
-#define G_ACTION_GROUP_GET_IFACE(inst)                      (G_TYPE_INSTANCE_GET_INTERFACE ((inst),                  \
-                                                             G_TYPE_ACTION_GROUP, GActionGroupInterface))
 
 #define G_TYPE_ACTION_GROUP                                 (g_action_group_get_type ())
 #define G_ACTION_GROUP(inst)                                (G_TYPE_CHECK_INSTANCE_CAST ((inst),                     \



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