elm_flipselector: remove redundant header file
authorJee-Yong Um <jc9.um@samsung.com>
Tue, 28 Jul 2015 18:37:26 +0000 (20:37 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 28 Jul 2015 21:58:23 +0000 (23:58 +0200)
Summary:
After applying eo to elm_flipselector_item,
APIs in elm_flipselector_common.h are generated by eolian.
elm_flipselector_common.h is no more necessary.

Reviewers: Hermet, cedric

Reviewed By: cedric

Subscribers: Hermet

Differential Revision: https://phab.enlightenment.org/D2867

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/Makefile.am
src/lib/elm_flipselector.h
src/lib/elm_flipselector_common.h [deleted file]

index 53281f81270331f7d800554fc12357278c8dca10..999faef610f15576784cdcda841a4e41672d415c 100644 (file)
@@ -210,7 +210,6 @@ elm_flip.h \
 elm_flip_eo.h \
 elm_flip_legacy.h \
 elm_flipselector.h \
-elm_flipselector_common.h \
 elm_flipselector_eo.h \
 elm_flipselector_legacy.h \
 elm_focus.h \
index c63a3de4e2bb687fb00f4166bc5a8e4714841853..615a5c3596ec5fa3d7073340760e95328df2b479 100644 (file)
@@ -59,7 +59,6 @@
  * @{
  */
 
-#include "elm_flipselector_common.h"
 #ifdef EFL_EO_API_SUPPORT
 #include "elm_flipselector_eo.h"
 #endif
diff --git a/src/lib/elm_flipselector_common.h b/src/lib/elm_flipselector_common.h
deleted file mode 100644 (file)
index bb277d8..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-EAPI void                        elm_flipselector_item_selected_set(Elm_Object_Item *it, Eina_Bool selected);
-
-EAPI Eina_Bool  elm_flipselector_item_selected_get(const Elm_Object_Item *it);
-
-EAPI Elm_Object_Item *elm_flipselector_item_prev_get(const Elm_Object_Item *it);
-
-EAPI Elm_Object_Item            *elm_flipselector_item_next_get(const Elm_Object_Item *it);
-