diff options
author | Max Kellermann <max@musicpd.org> | 2016-11-24 16:40:47 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-11-24 17:34:57 +0100 |
commit | 4f229c254c5a99a95e080ec3e3c429990f29a41d (patch) | |
tree | eafcec6131a70f1f07110300f4428904ce6b2e0b /src/ReplayGainInfo.hxx | |
parent | 25e58df5e07c3eb878d48ac58780d56f2ecdd565 (diff) |
ReplayGainInfo: move enum ReplayGainMode to separate header
Diffstat (limited to 'src/ReplayGainInfo.hxx')
-rw-r--r-- | src/ReplayGainInfo.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ReplayGainInfo.hxx b/src/ReplayGainInfo.hxx index 18e21604d..9bcd3f0f0 100644 --- a/src/ReplayGainInfo.hxx +++ b/src/ReplayGainInfo.hxx @@ -22,13 +22,7 @@ #include "check.h" #include "Compiler.h" - -enum ReplayGainMode { - REPLAY_GAIN_AUTO = -2, - REPLAY_GAIN_OFF, - REPLAY_GAIN_ALBUM, - REPLAY_GAIN_TRACK, -}; +#include "ReplayGainMode.hxx" struct ReplayGainTuple { float gain; |