diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 20:40:35 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-22 20:40:35 +0000 |
| commit | 055303ad7d3b7fd4de58009d1b54be60f535c480 (patch) | |
| tree | 1865ba5fed3dc41adbae3e89274d8cac00733a00 /apps/codecs/lib | |
| parent | 17098e1c088bca52de53224bf483dbccd2639dcc (diff) | |
| download | rockbox-055303ad7d3b7fd4de58009d1b54be60f535c480.zip rockbox-055303ad7d3b7fd4de58009d1b54be60f535c480.tar.gz rockbox-055303ad7d3b7fd4de58009d1b54be60f535c480.tar.bz2 rockbox-055303ad7d3b7fd4de58009d1b54be60f535c480.tar.xz | |
rip out all the LCD junk from the codec API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6821 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib')
| -rw-r--r-- | apps/codecs/lib/xxx2wav.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/lib/xxx2wav.c b/apps/codecs/lib/xxx2wav.c index 1bc1837..1323e07 100644 --- a/apps/codecs/lib/xxx2wav.c +++ b/apps/codecs/lib/xxx2wav.c @@ -112,6 +112,8 @@ void qsort(void *base, size_t nmemb, size_t size, int(*compar)(const void *, con local_rb->qsort(base,nmemb,size,compar); } +#if 0 + void display_status(file_info_struct* file_info) { char s[32]; unsigned long ticks_taken; @@ -149,7 +151,6 @@ void display_status(file_info_struct* file_info) { } } -#if 0 static unsigned char wav_header[44]={'R','I','F','F', // 0 - ChunkID 0,0,0,0, // 4 - ChunkSize (filesize-8) 'W','A','V','E', // 8 - Format |