diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-03 13:56:25 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-03 13:56:25 +0100 |
commit | 3472208c054507e2fd6616268570121579b5fcdb (patch) | |
tree | 30d23359906a308d8932c5769fd3e3712739aa29 /src/ReplayGainGlobal.hxx | |
parent | fc30e1d55966553fa2653297c15421994b1aa2bd (diff) |
ReplayGainGlobal: move replay_gain_mode to struct Partition
Diffstat (limited to 'src/ReplayGainGlobal.hxx')
-rw-r--r-- | src/ReplayGainGlobal.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ReplayGainGlobal.hxx b/src/ReplayGainGlobal.hxx index 9f73472e6..2fc881f06 100644 --- a/src/ReplayGainGlobal.hxx +++ b/src/ReplayGainGlobal.hxx @@ -21,12 +21,9 @@ #define MPD_REPLAY_GAIN_GLOBAL_HXX #include "check.h" -#include "ReplayGainMode.hxx" struct ReplayGainConfig; -extern ReplayGainMode replay_gain_mode; - extern ReplayGainConfig replay_gain_config; void |