replay_gain_config: remove unused variable replay_gain_mode_names

This commit is contained in:
Max Kellermann 2013-01-04 23:49:41 +01:00
parent bc1e8e01f3
commit 07249fc395
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@
#include <string.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;
const bool DEFAULT_REPLAYGAIN_LIMIT = true;