Remove leftover definition from gactiongroup.h

GContextActionGroupInterface is not currently used anywhere.
This commit is contained in:
Matthias Clasen 2010-10-31 23:10:41 -04:00
parent b49ae16461
commit 71dcc5ce80

View File

@ -46,7 +46,6 @@ G_BEGIN_DECLS
#define G_ACTION_GROUP_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), \
G_TYPE_ACTION_GROUP, GActionGroupInterface))
typedef struct _GContextActionGroupInterface GContextActionGroupInterface;
typedef struct _GActionGroupInterface GActionGroupInterface;
/**
@ -115,20 +114,6 @@ struct _GActionGroupInterface
GVariant *value);
};
struct _GContextActionGroupInterface
{
void (* change_action_state) (GActionGroup *action_group,
const gchar *action_name,
GVariant *value,
GVariant *context);
void (* activate_action) (GActionGroup *action_group,
const gchar *action_name,
GVariant *parameter,
GVariant *context);
};
GType g_action_group_get_type (void) G_GNUC_CONST;
gboolean g_action_group_has_action (GActionGroup *action_group,