enlightenment: Remove static function prototype for unused function

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-07-24 13:16:04 -04:00
parent b98a58f632
commit 33414c0a0d
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ static Eina_Bool _e_dnd_cb_mouse_move(void *data, int type, void *event);
static Eina_Bool _e_dnd_cb_event_dnd_enter(void *data, int type, void *event);
static Eina_Bool _e_dnd_cb_event_dnd_leave(void *data, int type, void *event);
static Eina_Bool _e_dnd_cb_event_dnd_position(void *data, int type, void *event);
static Eina_Bool _e_dnd_cb_event_dnd_status(void *data, int type, void *event);
static Eina_Bool _e_dnd_cb_event_dnd_finished(void *data, int type, void *event);
static Eina_Bool _e_dnd_cb_event_dnd_drop(void *data, int type, void *event);
static Eina_Bool _e_dnd_cb_event_dnd_selection(void *data, int type, void *event);