From faa47bf1b77c3155d52514bc1b294f82b72cd5db Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Thu, 22 Oct 2009 00:59:42 +0000 Subject: 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 --- apps/misc.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 35972301cc..a8ed6029a3 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 -- cgit v1.2.3