summaryrefslogtreecommitdiff
path: root/src/ReplayGainInfo.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-11-24 16:40:47 +0100
committerMax Kellermann <max@musicpd.org>2016-11-24 17:34:57 +0100
commit4f229c254c5a99a95e080ec3e3c429990f29a41d (patch)
treeeafcec6131a70f1f07110300f4428904ce6b2e0b /src/ReplayGainInfo.hxx
parent25e58df5e07c3eb878d48ac58780d56f2ecdd565 (diff)
ReplayGainInfo: move enum ReplayGainMode to separate header
Diffstat (limited to 'src/ReplayGainInfo.hxx')
-rw-r--r--src/ReplayGainInfo.hxx8
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;