devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=33414c0a0d8514f8a7d9d39c9e7a6d60ebb2cc60

commit 33414c0a0d8514f8a7d9d39c9e7a6d60ebb2cc60
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Jul 24 13:16:04 2015 -0400

    enlightenment: Remove static function prototype for unused function
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_dnd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c
index c502a8e..126bb12 100644
--- a/src/bin/e_dnd.c
+++ b/src/bin/e_dnd.c
@@ -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);

-- 


Reply via email to