Browse Source

Remove unused variables

pull/3152/head
Anders Jenbo 4 years ago
parent
commit
62aa9c1c02
  1. 2
      Source/DiabloUI/credits.cpp

2
Source/DiabloUI/credits.cpp

@ -21,8 +21,6 @@ namespace devilution {
namespace {
const SDL_Rect VIEWPORT = { 0, 114, 640, 251 };
const int ShadowOffsetX = 2;
const int ShadowOffsetY = 2;
const int LINE_H = 22;
char const *const *Text;

Loading…
Cancel
Save