diff options
Diffstat (limited to 'uisimulator/common')
-rw-r--r-- | uisimulator/common/stubs.c | 6 |
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) return 0; } -bool oscillograph(void) -{ - /* does nothing */ - return false; -} - bool has_new_lcd(void) { return having_new_lcd; |