summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h8
1 files changed, 0 insertions, 8 deletions
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);
66void car_adapter_mode_init(void); 66void car_adapter_mode_init(void);
67extern int show_logo(void); 67extern int show_logo(void);
68 68
69#if CONFIG_CODEC == SWCODEC
70/* Return current ReplayGain mode a file should have (REPLAYGAIN_TRACK or
71 * REPLAYGAIN_ALBUM) if ReplayGain processing is enabled, or -1 if no
72 * information present.
73 */
74int get_replaygain_mode(bool have_track_gain, bool have_album_gain);
75#endif
76
77int open_utf8(const char* pathname, int flags); 69int open_utf8(const char* pathname, int flags);
78 70
79#ifdef BOOTFILE 71#ifdef BOOTFILE