devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=74a7661119d122ec52844ad58c0901db739949f1
commit 74a7661119d122ec52844ad58c0901db739949f1 Author: Chris Michael <[email protected]> Date: Mon Oct 5 09:11:25 2015 -0400 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 <[email protected]> --- 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 6628bf5..266dc00 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, --
