summaryrefslogtreecommitdiff
path: root/uisimulator
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/common/stubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 54ab6be76f..18f60ce6b3 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -382,14 +382,14 @@ void touchpad_set_sensitivity(int level)
382} 382}
383#endif 383#endif
384 384
385#if defined(HAVE_TOUCHSCREEN) && !defined HAS_BUTTON_HOLD 385#if defined(HAVE_TOUCHSCREEN) && !defined(HAS_BUTTON_HOLD)
386void touchscreen_enable_device(bool en) 386void touchscreen_enable_device(bool en)
387{ 387{
388 (void)en; 388 (void)en;
389} 389}
390#endif 390#endif
391 391
392#if defined(HAVE_TOUCHPAD) && !defined HAS_BUTTON_HOLD 392#if defined(HAVE_TOUCHPAD) && !defined(HAS_BUTTON_HOLD)
393void touchpad_enable_device(bool en) 393void touchpad_enable_device(bool en)
394{ 394{
395 (void)en; 395 (void)en;