Skip to content

remove unused 'oldSize' variable

Thank you very much for your continuous effort in GSOC 2022! I propose a very trivial fix to calm a compiler warning against unused variable.

I think "oldSize" in MainGUI::openFonts() was once introduced to tweak the selected font from the list, but no longer used. It can be removed safely...?

Merge request reports