Skip to content

Commit

Permalink
GRAPHICS: MACGUI: Remove leftover variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Oct 26, 2023
1 parent 83a4a60 commit ed8da34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphics/macgui/mactext-canvas.h
Expand Up @@ -38,7 +38,6 @@ struct MacFontRun {
uint16 palinfo2;
uint16 palinfo3;
uint32 fgcolor;
bool wordContinuation = false; // FIXME: Removing this leads to illegal memory access
const Font *font;
MacWindowManager *wm;
Common::String link; // Substitute to return when hover or click
Expand Down

0 comments on commit ed8da34

Please sign in to comment.