mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
winex11.drv: Remove unused variable.
This commit is contained in:
parent
960189b553
commit
00360e7c03
@ -54,7 +54,6 @@ static PALETTEENTRY *COLOR_sysPal; /* current system palette */
|
||||
|
||||
static int COLOR_gapStart = 256;
|
||||
static int COLOR_gapEnd = -1;
|
||||
static int COLOR_gapFilled = 0;
|
||||
|
||||
UINT16 X11DRV_PALETTE_PaletteFlags = 0;
|
||||
|
||||
@ -670,7 +669,6 @@ static void X11DRV_PALETTE_FillDefaultColors( const PALETTEENTRY *sys_pal_templa
|
||||
if( --max <= 0 ) break;
|
||||
}
|
||||
}
|
||||
COLOR_gapFilled = idx - COLOR_gapStart;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user