summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index cfef2b5bff..d3e5189d49 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -165,12 +165,6 @@ int rtc_write(int address, int value)
165 return 0; 165 return 0;
166} 166}
167 167
168bool oscillograph(void)
169{
170 /* does nothing */
171 return false;
172}
173
174bool has_new_lcd(void) 168bool has_new_lcd(void)
175{ 169{
176 return having_new_lcd; 170 return having_new_lcd;