diff --git a/Source/qol/xpbar.cpp b/Source/qol/xpbar.cpp index c3d63f6d9..f1a9be719 100644 --- a/Source/qol/xpbar.cpp +++ b/Source/qol/xpbar.cpp @@ -16,7 +16,6 @@ namespace devilution { namespace { constexpr int BAR_WIDTH = 307; -constexpr int BAR_HEIGHT = 5; using ColorGradient = std::array; constexpr ColorGradient GOLD_GRADIENT = { 0xCF, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA, 0xC9, 0xC8, 0xC7, 0xC6, 0xC5, 0xC4 };