if you see some blatantly wrong old code below the #ifdef block you're working on, fix it ffs!

I'M LOOKING AT YOU, JACKDANIELZ
This commit is contained in:
Mike Blumenkrantz 2013-05-10 13:37:30 +01:00
parent df9f486bdb
commit 40924d8994
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ _elm_thumb_smart_add(Eo *obj, void *_pd EINA_UNUSED, va_list *list EINA_UNUSED)
evas_object_event_callback_add
(obj, EVAS_CALLBACK_MOUSE_UP, _mouse_up_cb, obj);
#else
(void) priv;
(void) obj;
#endif
elm_widget_can_focus_set(obj, EINA_FALSE);