From 9c432ca590c3b78dbd83d249dcae8ab5a58b565a Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 30 Jul 2015 15:30:36 -0400 Subject: [PATCH] ecore-evas-wayland: Remove unused variable Summary: As we no longer need the wdata here (see previous commit), we can remove the usage of this variable Signed-off-by: Chris Michael --- .../ecore_evas/engines/wayland/ecore_evas_wayland_common.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index 4a8d525fc6..3495a22f5c 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -718,13 +718,10 @@ _ecore_evas_wl_common_callback_mouse_out_set(Ecore_Evas *ee, void (*func)(Ecore_ void _ecore_evas_wl_common_move(Ecore_Evas *ee, int x, int y) { - Ecore_Evas_Engine_Wl_Data *wdata; - LOGFN(__FILE__, __LINE__, __FUNCTION__); if (!ee) return; - wdata = ee->engine.data; ee->req.x = x; ee->req.y = y;