remove some unused variables

This commit is contained in:
Mike Blumenkrantz 2016-02-25 13:37:52 -05:00
parent 2e692ace58
commit b1a5eeeb0c
2 changed files with 0 additions and 3 deletions

View File

@ -1714,8 +1714,6 @@ _e_comp_wl_subsurface_commit_to_cache(E_Client *ec)
{
E_Comp_Client_Data *cdata;
E_Comp_Wl_Subsurf_Data *sdata;
struct wl_resource *cb;
Eina_List *l;
Eina_Iterator *itr;
Eina_Rectangle *rect;

View File

@ -321,7 +321,6 @@ e_fm2_op_registry_entry_listener_add(E_Fm2_Op_Registry_Entry *entry, void (*cb)(
{
E_Fm2_Op_Registry_Entry_Internal *e;
E_Fm2_Op_Registry_Entry_Listener *listener;
Eina_Error err;
if ((!entry) || (!cb))
{