mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
Removed unused variable.
svn-id: r44909
This commit is contained in:
parent
0353b9923d
commit
65865de473
@ -89,7 +89,6 @@ void SciGuiPicture::drawSci11Vga() {
|
||||
int cel_headerPos = READ_LE_UINT16(inbuffer + 32);
|
||||
int cel_RlePos = READ_LE_UINT16(inbuffer + cel_headerPos + 24);
|
||||
int cel_LiteralPos = READ_LE_UINT16(inbuffer + cel_headerPos + 28);
|
||||
byte *view = NULL;
|
||||
GuiPalette palette;
|
||||
|
||||
// Create palette and set it
|
||||
|
Loading…
x
Reference in New Issue
Block a user