summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-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 700ea14c8d..3ecdca2b19 100644
--- a/uisimulator/win32/button.c
+++ b/uisimulator/win32/button.c
@@ -52,8 +52,6 @@ int button_set_release(int newmask)
52 52
53int button_get(bool block) 53int button_get(bool block)
54{ 54{
55 int func_call = current_tick;
56
57 int btn = 0; 55 int btn = 0;
58 do 56 do
59 { 57 {
@@ -109,4 +107,4 @@ int button_get(bool block)
109 Sleep (50); 107 Sleep (50);
110 108
111 return btn; 109 return btn;
112} \ No newline at end of file 110}