diff options
author | Dominik Wenger <domonoky@googlemail.com> | 2009-01-16 15:35:05 +0000 |
---|---|---|
committer | Dominik Wenger <domonoky@googlemail.com> | 2009-01-16 15:35:05 +0000 |
commit | 15013562dc248acf1960dc99a9a6c7f74d76d8b0 (patch) | |
tree | 815f7c42e2a4f5f7bd3ea24f540762c0aa25eabc /apps/plugins/bubbles.c | |
parent | e6bf9f9ff88c7e862f6fb4c94c1809c63641530d (diff) |
revert/fix parts of r19673, as it changed some e200 keymaps and introduces not-needed FIXME comments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19778 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bubbles.c')
-rw-r--r-- | apps/plugins/bubbles.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 5e338588de..c776b6768e 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -59,7 +59,6 @@ PLUGIN_HEADER #define MAX_SHOTTIME 1000 /* keyboard layouts */ -/* FIXME: shouldn't the below be #ifdef HAVE_SCROLLWHEEL rather? */ #if (CONFIG_KEYPAD != SANSA_E200_PAD) && \ (CONFIG_KEYPAD != SANSA_FUZE_PAD) |