OpenTTD / OpenTTD

OpenTTD is an open source simulation game based upon Transport Tycoon Deluxe
https://www.openttd.org/
Other
6.02k stars 843 forks source link

Cleanup: Remove unused parameters from FreeTypeFontCache::SetFontSize. #12663

Closed PeterN closed 2 weeks ago

PeterN commented 3 weeks ago

Motivation / Problem

FreeTypeFontCache::SetFontSize() has two unused parameters. it is not an implementation of a virtual function so these do not need to be there.

Description

Remove FontSize and FT_Face parameters from FreeTypeFontCache::SetFontSize().

Limitations

Checklist for review

Some things are not automated, and forgotten often. This list is a reminder for the reviewers.