devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=125576d6a16a89a750700b35a6464d943f158853
commit 125576d6a16a89a750700b35a6464d943f158853 Author: Chris Michael <cp.mich...@samsung.com> Date: Tue Nov 19 09:38:10 2013 +0000 Remove unused variable Signed-off-by: Chris Michael <cp.mich...@samsung.com> --- src/lib/ecore_wayland/ecore_wl_dnd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/ecore_wayland/ecore_wl_dnd.c b/src/lib/ecore_wayland/ecore_wl_dnd.c index ce33307..1b249b4 100644 --- a/src/lib/ecore_wayland/ecore_wl_dnd.c +++ b/src/lib/ecore_wayland/ecore_wl_dnd.c @@ -567,8 +567,6 @@ _ecore_wl_dnd_selection(void *data, struct wl_data_device *data_device EINA_UNUS void _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source) { - char **t; - LOGFN(__FILE__, __LINE__, __FUNCTION__); if (!source) return; --