diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-03-11 09:28:49 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-03-11 09:28:49 +0000 |
| commit | 06bc627c993b742997473bd76c75795c4b165cae (patch) | |
| tree | 9d41cbb602de3ae59942c0ffc091670ef2e659f7 /apps/plugins/SOURCES | |
| parent | 37f529cc3cdcc7990b2a770efec06e45c6054f36 (diff) | |
| download | rockbox-06bc627c993b742997473bd76c75795c4b165cae.zip rockbox-06bc627c993b742997473bd76c75795c4b165cae.tar.gz rockbox-06bc627c993b742997473bd76c75795c4b165cae.tar.bz2 rockbox-06bc627c993b742997473bd76c75795c4b165cae.tar.xz | |
Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8995 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a0c2f36..75c88b3 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -44,7 +44,6 @@ chip8.c demystify.c flipit.c minesweeper.c -oscillograph.c oscilloscope.c pong.c rockblox.c |