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.
This commit is contained in:
Emmanuele Bassi
2009-01-05 16:25:50 +00:00
parent 982a678053
commit c988b7b736
3 changed files with 0 additions and 8 deletions

View File

@ -601,12 +601,6 @@ clutter_binding_pool_override_closure (ClutterBindingPool *pool,
}
}
gchar **
clutter_binding_pool_list_actions (ClutterBindingPool *pool)
{
return NULL;
}
/**
* clutter_binding_pool_find_action:
* @pool: a #ClutterBindingPool