Commit 07249fc3 authored by Max Kellermann's avatar Max Kellermann

replay_gain_config: remove unused variable replay_gain_mode_names

parent bc1e8e01
...@@ -31,11 +31,6 @@ ...@@ -31,11 +31,6 @@
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
static const char *const replay_gain_mode_names[] = {
[REPLAY_GAIN_ALBUM] = "album",
[REPLAY_GAIN_TRACK] = "track",
};
enum replay_gain_mode replay_gain_mode = REPLAY_GAIN_OFF; enum replay_gain_mode replay_gain_mode = REPLAY_GAIN_OFF;
const bool DEFAULT_REPLAYGAIN_LIMIT = true; const bool DEFAULT_REPLAYGAIN_LIMIT = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment