conform: remove redundant declares.
authorChunEon Park <hermet@hermet.pe.kr>
Tue, 17 Mar 2015 06:44:27 +0000 (15:44 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 17 Mar 2015 06:44:27 +0000 (15:44 +0900)
src/lib/elm_conform.c

index 741a846..2493ff2 100644 (file)
@@ -714,8 +714,6 @@ _on_content_resize(void *data,
 static void
 _autoscroll_objects_update(void *data)
 {
-   int i;
-   const char *type;
    Evas_Object *sub, *top_scroller = NULL;
 
    ELM_CONFORMANT_DATA_GET(data, sd);