diff options
author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-10-31 12:40:49 +0000 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-10-31 12:40:49 +0000 |
commit | e26d0c62e07d1b1c1087a065242ed7ab1a2c522f (patch) | |
tree | b1e27ee113a94784233ca7aaf5b9d670f303b332 /apps/plugins/imageviewer/png/png.h | |
parent | c8901b3506ffb2f18798b005552c61b92b9d6a6c (diff) | |
download | rockbox-e26d0c62e07d1b1c1087a065242ed7ab1a2c522f.tar.gz rockbox-e26d0c62e07d1b1c1087a065242ed7ab1a2c522f.zip |
Fix and extend imageviewer png support. FS#11641 by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28413 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/imageviewer/png/png.h')
-rw-r--r-- | apps/plugins/imageviewer/png/png.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/imageviewer/png/png.h b/apps/plugins/imageviewer/png/png.h index e351d9a8aa..f5c76f1f44 100644 --- a/apps/plugins/imageviewer/png/png.h +++ b/apps/plugins/imageviewer/png/png.h @@ -23,7 +23,3 @@ ****************************************************************************/ #include "../imageviewer.h" - -#define OUT_OF_MEMORY 9900 -#define FILE_TOO_LARGE 9910 - |