summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-04 14:10:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-04 14:10:49 +0000
commitc3cf79bd88400f1f2aa315051e9f7a79e1b4c40f (patch)
treed60ed8e964066b450f342ad126005d4cb3f59891
parentfae7cdbca108157d4c28000036fc1323a28a0fd9 (diff)
downloadrockbox-c3cf79bd88400f1f2aa315051e9f7a79e1b4c40f.zip
rockbox-c3cf79bd88400f1f2aa315051e9f7a79e1b4c40f.tar.gz
rockbox-c3cf79bd88400f1f2aa315051e9f7a79e1b4c40f.tar.bz2
rockbox-c3cf79bd88400f1f2aa315051e9f7a79e1b4c40f.tar.xz
remove compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1531 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/win32/button.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/uisimulator/win32/button.c b/uisimulator/win32/button.c
index 700ea14..3ecdca2 100644
--- a/uisimulator/win32/button.c
+++ b/uisimulator/win32/button.c
@@ -52,8 +52,6 @@ int button_set_release(int newmask)
int button_get(bool block)
{
- int func_call = current_tick;
-
int btn = 0;
do
{
@@ -109,4 +107,4 @@ int button_get(bool block)
Sleep (50);
return btn;
-} \ No newline at end of file
+}