summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2011-01-10 18:42:03 -0500
committerChase Douglas <chase.douglas@canonical.com>2011-01-10 18:42:03 -0500
commit0fce2ca76ff8713037b45a0e1eaa91968bd05938 (patch)
tree3307043f8935bd82b7893233de94704d00acaf8c
parentf80bd245834d3d85e114fe9052c38425c4c8e236 (diff)
Remove unused variable
-rw-r--r--tools/mtview.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mtview.c b/tools/mtview.c
index 93c998e..fa9ddc5 100644
--- a/tools/mtview.c
+++ b/tools/mtview.c
@@ -151,7 +151,6 @@ static void run_window_mtdev(utouch_frame_handle fh, struct mtdev *dev, int fd)
struct input_event iev;
struct windata w;
XEvent xev;
- int i;
if (init_window(&w))
return;