remove harmless duplicate timer_del call which caused error messages

SVN revision: 82701
This commit is contained in:
Mike Blumenkrantz 2013-01-12 15:13:34 +00:00
parent c4375e0dcb
commit 94ab8f2a37
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ _e_smart_value_update(E_Smart_Data *sd)
static void
_e_smart_value_update_now(E_Smart_Data *sd)
{
if (sd->set_timer) ecore_timer_del(sd->set_timer);
_e_smart_set_timer(sd);
}