diff options
author | Chris Michael <cp.michael@samsung.com> | 2013-11-19 09:38:10 +0000 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2013-11-19 10:38:23 +0000 |
commit | 125576d6a16a89a750700b35a6464d943f158853 (patch) | |
tree | 6143e71b1b442f892ded6a2bd8f139e0fb233a95 /src/lib/ecore_wayland | |
parent | a4ec6ae8f1eb69b1fc5d33930077c1a864993030 (diff) |
Remove unused variable
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_wayland')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_dnd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_dnd.c b/src/lib/ecore_wayland/ecore_wl_dnd.c index ce3330770e..1b249b465a 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 | |||
567 | void | 567 | void |
568 | _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source) | 568 | _ecore_wl_dnd_del(Ecore_Wl_Dnd_Source *source) |
569 | { | 569 | { |
570 | char **t; | ||
571 | |||
572 | LOGFN(__FILE__, __LINE__, __FUNCTION__); | 570 | LOGFN(__FILE__, __LINE__, __FUNCTION__); |
573 | 571 | ||
574 | if (!source) return; | 572 | if (!source) return; |