diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-10-22 00:59:42 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-10-22 00:59:42 +0000 |
| commit | faa47bf1b77c3155d52514bc1b294f82b72cd5db (patch) | |
| tree | cefdec2f486b0c9f5928587b3bbdb5def9cf36fa /apps/misc.h | |
| parent | 6afe802a8335a1334babcdb33a15ee61652bb6f3 (diff) | |
| download | rockbox-faa47bf1b77c3155d52514bc1b294f82b72cd5db.zip rockbox-faa47bf1b77c3155d52514bc1b294f82b72cd5db.tar.gz rockbox-faa47bf1b77c3155d52514bc1b294f82b72cd5db.tar.bz2 rockbox-faa47bf1b77c3155d52514bc1b294f82b72cd5db.tar.xz | |
Code cleanup in dsp.c and misc.c, some comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23314 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/misc.h b/apps/misc.h index 3597230..a8ed602 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -66,14 +66,6 @@ bool list_stop_handler(void); void car_adapter_mode_init(void); extern int show_logo(void); -#if CONFIG_CODEC == SWCODEC -/* Return current ReplayGain mode a file should have (REPLAYGAIN_TRACK or - * REPLAYGAIN_ALBUM) if ReplayGain processing is enabled, or -1 if no - * information present. - */ -int get_replaygain_mode(bool have_track_gain, bool have_album_gain); -#endif - int open_utf8(const char* pathname, int flags); #ifdef BOOTFILE |