diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2009-01-05 16:25:50 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2009-01-05 16:25:50 +0000 |
commit | c988b7b736e6d7ab7929b409f6c54c81d5862623 (patch) | |
tree | 465d293b86a630c3fe047cdf818a0a19c35367f4 /clutter/clutter-binding-pool.h | |
parent | 982a678053a518e94928e5d7a344c4c5525dec15 (diff) | |
download | clutter-c988b7b736e6d7ab7929b409f6c54c81d5862623.tar.gz |
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.
Diffstat (limited to 'clutter/clutter-binding-pool.h')
-rw-r--r-- | clutter/clutter-binding-pool.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |