mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
GRAPHICS: MACGUI: Remove leftover variable
This commit is contained in:
parent
83a4a6002a
commit
ed8da34fff
@ -38,7 +38,6 @@ struct MacFontRun {
|
|||||||
uint16 palinfo2;
|
uint16 palinfo2;
|
||||||
uint16 palinfo3;
|
uint16 palinfo3;
|
||||||
uint32 fgcolor;
|
uint32 fgcolor;
|
||||||
bool wordContinuation = false; // FIXME: Removing this leads to illegal memory access
|
|
||||||
const Font *font;
|
const Font *font;
|
||||||
MacWindowManager *wm;
|
MacWindowManager *wm;
|
||||||
Common::String link; // Substitute to return when hover or click
|
Common::String link; // Substitute to return when hover or click
|
||||||
|
Loading…
Reference in New Issue
Block a user