diff options
author | Srivardhan Hebbar <sri.hebbar@samsung.com> | 2015-09-03 10:19:06 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2015-09-03 10:19:06 +0200 |
commit | f64121bda8b965e530f11165403f36122db37aa9 (patch) | |
tree | cd0ba767139a7358b91d2eaafdabd0f294095cff /src/lib/ecore_psl1ght | |
parent | 7eba161414c518cc62ccb952fc3c382ab4be92ee (diff) |
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
Diffstat (limited to 'src/lib/ecore_psl1ght')
-rw-r--r-- | src/lib/ecore_psl1ght/ecore_psl1ght.c | 1 |
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) | |||
633 | static void | 633 | static void |
634 | _ecore_psl1ght_poll_move(void) | 634 | _ecore_psl1ght_poll_move(void) |
635 | { | 635 | { |
636 | int i; | ||
637 | u16 new_buttons; | 636 | u16 new_buttons; |
638 | static int t_pressed = 0; | 637 | static int t_pressed = 0; |
639 | static int calibrated = 0; | 638 | static int calibrated = 0; |