diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-06-29 16:43:15 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-06-29 16:43:15 +0000 |
commit | 3f54121fde834041970ddeda09edd06ba1939850 (patch) | |
tree | 289b2a511d23bb7b7580a9017639d6f2538c48f9 /uisimulator/common | |
parent | ba371fb595affd68c823926b85718d1d613dc7d3 (diff) |
Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3770 a1c6a512-1295-4272-9138-f99709370657
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; |