From c988b7b736e6d7ab7929b409f6c54c81d5862623 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 5 Jan 2009 16:25:50 +0000 Subject: Remove BindingPool::list_actions() The clutter_binding_pool_list_actions() was not implemented. The utility of a call listing all the action names is also debatable: all the functions related to the key bindings take the key symbol and modifiers -- except the block_action() and unblock_action() pair. --- clutter/clutter-binding-pool.h | 1 - 1 file changed, 1 deletion(-) (limited to 'clutter/clutter-binding-pool.h') diff --git a/clutter/clutter-binding-pool.h b/clutter/clutter-binding-pool.h index 6e2dac4bb..55b5273c8 100644 --- a/clutter/clutter-binding-pool.h +++ b/clutter/clutter-binding-pool.h @@ -83,7 +83,6 @@ void clutter_binding_pool_override_closure (ClutterBindingPool ClutterModifierType modifiers, GClosure *closure); -gchar ** clutter_binding_pool_list_actions (ClutterBindingPool *pool); G_CONST_RETURN gchar *clutter_binding_pool_find_action (ClutterBindingPool *pool, guint key_val, ClutterModifierType modifiers); -- cgit v1.2.1