diff options
| author | Anton Romanov <theli@rockbox.org> | 2006-09-25 09:44:10 +0000 |
|---|---|---|
| committer | Anton Romanov <theli@rockbox.org> | 2006-09-25 09:44:10 +0000 |
| commit | ec2a5cce1a4e3609535a9ae902a80933fbb0f341 (patch) | |
| tree | bd2874b573d5b29ba695e1f13c7ee5d908a473e6 /apps/plugins/zxbox/misc.c | |
| parent | 52f4c4c82bb038f3704007016a5df1639c6af443 (diff) | |
| download | rockbox-ec2a5cce1a4e3609535a9ae902a80933fbb0f341.zip rockbox-ec2a5cce1a4e3609535a9ae902a80933fbb0f341.tar.gz rockbox-ec2a5cce1a4e3609535a9ae902a80933fbb0f341.tar.bz2 rockbox-ec2a5cce1a4e3609535a9ae902a80933fbb0f341.tar.xz | |
yet more code cleanup, quick snapshot feature,sound should no longer crash,light optimizations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11041 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/zxbox/misc.c')
| -rw-r--r-- | apps/plugins/zxbox/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/misc.c b/apps/plugins/zxbox/misc.c index a5a3c6b..c293677 100644 --- a/apps/plugins/zxbox/misc.c +++ b/apps/plugins/zxbox/misc.c @@ -25,7 +25,6 @@ #include <stdlib.h> #include <ctype.h> #include "helpers.h" -/*#include <errno.h>*/ #include "zxconfig.h" #define DIR_SEP_CHAR '/' |