From 62aa9c1c02f67cde120d274d87aba9de97ef4629 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 16 Oct 2021 19:38:07 +0200 Subject: [PATCH] Remove unused variables --- Source/DiabloUI/credits.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/DiabloUI/credits.cpp b/Source/DiabloUI/credits.cpp index a92769744..a2b956f87 100644 --- a/Source/DiabloUI/credits.cpp +++ b/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;