From 74a7661119d122ec52844ad58c0901db739949f1 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 5 Oct 2015 09:11:25 -0400 Subject: [PATCH] elementary: Comment out (#if 0) unused functions 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 --- src/lib/elc_hoversel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elc_hoversel.c b/src/lib/elc_hoversel.c index 6628bf5d8..266dc0031 100644 --- a/src/lib/elc_hoversel.c +++ b/src/lib/elc_hoversel.c @@ -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, -- 2.34.1