mirror of https://github.com/stella-emu/stella.git
Fix for minor warning (redundant code).
This commit is contained in:
parent
5240aaf0db
commit
8c01e8a0f1
|
@ -83,7 +83,6 @@ VideoDialog::VideoDialog(OSystem& osystem, DialogContainer& parent,
|
|||
const int INDENT = 20;
|
||||
const int lineHeight = font.getLineHeight(),
|
||||
fontWidth = font.getMaxCharWidth(),
|
||||
fontHeight = font.getFontHeight(),
|
||||
buttonHeight = font.getLineHeight() + 4;
|
||||
int xpos, ypos, tabID;
|
||||
int lwidth = font.getStringWidth("TIA Palette "),
|
||||
|
|
Loading…
Reference in New Issue