GRAPHICS: MACGUI: Remove leftover variable

This commit is contained in:
Eugene Sandulenko 2023-10-26 03:54:56 +02:00
parent 83a4a6002a
commit ed8da34fff
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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