summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-09-10 09:46:34 -0400
committerMike Gorse <mgorse@novell.com>2010-09-10 09:46:34 -0400
commite356769f33d0cbf9c59aa0fc508e486afc38353d (patch)
tree4613d683353ef129154512ebcaaf11e9be802585
parentda0975d5f24d775ac4a03dc100bd61a2be01d69b (diff)
downloadgtk+-e356769f33d0cbf9c59aa0fc508e486afc38353d.tar.gz
Gail: Remove gail_cell_type_add_action_interface, as it no longer does anything
-rw-r--r--modules/other/gail/gailcell.c5
-rw-r--r--modules/other/gail/gailcell.h3
2 files changed, 0 insertions, 8 deletions
diff --git a/modules/other/gail/gailcell.c b/modules/other/gail/gailcell.c
index bc8dd131f4..8da67c8f44 100644
--- a/modules/other/gail/gailcell.c
+++ b/modules/other/gail/gailcell.c
@@ -296,11 +296,6 @@ atk_action_interface_init (AtkActionIface *iface)
iface->get_keybinding = gail_cell_action_get_keybinding;
}
-void
-gail_cell_type_add_action_interface (GType type)
-{
-}
-
gboolean
gail_cell_add_action (GailCell *cell,
const gchar *action_name,
diff --git a/modules/other/gail/gailcell.h b/modules/other/gail/gailcell.h
index 1ab0f41241..9beb3b83bb 100644
--- a/modules/other/gail/gailcell.h
+++ b/modules/other/gail/gailcell.h
@@ -80,9 +80,6 @@ gboolean gail_cell_remove_state (GailCell *cell,
AtkStateType state_type,
gboolean emit_signal);
-void gail_cell_type_add_action_interface
- (GType type);
-
gboolean gail_cell_add_action (GailCell *cell,
const gchar *action_name,
const gchar *action_description,