1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Remove unused variables

This commit is contained in:
Mathieu Schroeter 2022-07-15 18:06:41 +02:00
parent 8a8fa56f3f
commit fd31c67bbe
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8

View File

@ -111,7 +111,7 @@ public:
void Draw (CPixmap * pPixmap, Point pos, const char * pText, Sint32 slope)
{
Uint32 format;
int w0, h0, access;
int access;
SDL_Rect r0;
const auto isRTL = IsRightReading ();