diff options
author | Teruaki Kawashima <teru@rockbox.org> | 2010-02-18 15:10:31 +0000 |
---|---|---|
committer | Teruaki Kawashima <teru@rockbox.org> | 2010-02-18 15:10:31 +0000 |
commit | c4eea8f11fa2386cafb20e22fe5451106b5ade52 (patch) | |
tree | 965493dbe6468ac3d7c0d4c5ede9eb76a7b72630 /apps/filetypes.c | |
parent | 2a4bbde44e0be06e0832f9f23adefaaabf47e494 (diff) | |
download | rockbox-c4eea8f11fa2386cafb20e22fe5451106b5ade52.tar.gz rockbox-c4eea8f11fa2386cafb20e22fe5451106b5ade52.zip |
FS#10535: bmp viewer plugin.
* changed bmp.c so that it loads bitmap larger than LCD correctly.
* removed bmp entry form inbuilt_filetypes in filetypes.c so that bmp files will be opened with bmp viewer when selected in browser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r-- | apps/filetypes.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index e74edff5c2..49ae4afde2 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -109,9 +109,6 @@ static const struct filetype inbuilt_filetypes[] = { #ifdef HAVE_REMOTE_LCD { "rwps",FILE_ATTR_RWPS, Icon_Wps, VOICE_EXT_RWPS }, #endif -#if LCD_DEPTH > 1 - { "bmp", FILE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS }, -#endif #if CONFIG_TUNER { "fmr", FILE_ATTR_FMR, Icon_Preset, LANG_FMR }, #endif |