elementary: Comment out (#if 0) unused functions
authorChris Michael <cp.michael@samsung.com>
Mon, 5 Oct 2015 13:11:25 +0000 (09:11 -0400)
committerChris Michael <cp.michael@samsung.com>
Mon, 5 Oct 2015 13:11:25 +0000 (09:11 -0400)
Summary: Unsure whether these are left-over, or are going to be
implemented in the near future...but for now, #if 0 out these 2
functions as they are currently unused.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/elc_hoversel.c

index 6628bf5d86a6f8e6abbd55eabcc669d9a23e0932..266dc00316c885a2910b69cd8b525aee085d13bf 100644 (file)
@@ -440,6 +440,7 @@ _on_parent_del(void *data,
    elm_hoversel_hover_parent_set(data, NULL);
 }
 
+#if 0
 static void
 _on_table_del(void *data,
               Evas *e EINA_UNUSED,
@@ -462,6 +463,7 @@ _size_hints_changed_cb(void *data,
 {
    elm_layout_sizing_eval(data);
 }
+#endif
 
 static void
 _elm_hoversel_item_elm_widget_item_part_text_set(Eo *eo_it EINA_UNUSED,