[elm] Fix some copy and paste failures.
authorGustavo Lima Chaves <glima@profusion.mobi>
Tue, 4 Dec 2012 12:52:06 +0000 (12:52 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Tue, 4 Dec 2012 12:52:06 +0000 (12:52 +0000)
Thanks Cedric for reporting.

SVN revision: 80149

src/lib/elm_gengrid.c
src/lib/elm_slider.c

index 798b451..4600048 100644 (file)
@@ -2900,8 +2900,6 @@ elm_gengrid_item_item_class_get(const Elm_Object_Item *it)
 
    if (item->generation < GG_IT(item)->wsd->generation) return NULL;
    return item->itc;
-
-   return (Elm_Gengrid_Item_Class *)elm_gengrid_item_item_class_get(it);
 }
 
 EAPI void
index 6925140..3fa189a 100644 (file)
@@ -205,8 +205,6 @@ _drag_step(void *data,
            const char *emission __UNUSED__,
            const char *source __UNUSED__)
 {
-   return;
-
    _slider_update(data);
 }