summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrivardhan Hebbar <sri.hebbar@samsung.com>2015-09-03 10:19:06 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-09-03 10:19:06 +0200
commitf64121bda8b965e530f11165403f36122db37aa9 (patch)
treecd0ba767139a7358b91d2eaafdabd0f294095cff
parent7eba161414c518cc62ccb952fc3c382ab4be92ee (diff)
downloadefl-f64121bda8b965e530f11165403f36122db37aa9.tar.gz
ecore_psl1ght: Removed unused variable.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com> Reviewers: cedric, stefan_schmidt Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D3011
-rw-r--r--src/lib/ecore_psl1ght/ecore_psl1ght.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore_psl1ght/ecore_psl1ght.c b/src/lib/ecore_psl1ght/ecore_psl1ght.c
index e0f5580e69..7f2e9ca592 100644
--- a/src/lib/ecore_psl1ght/ecore_psl1ght.c
+++ b/src/lib/ecore_psl1ght/ecore_psl1ght.c
@@ -633,7 +633,6 @@ _ecore_psl1ght_poll_mouse(void)
static void
_ecore_psl1ght_poll_move(void)
{
- int i;
u16 new_buttons;
static int t_pressed = 0;
static int calibrated = 0;