OpenTTD / OpenTTD

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

Cleanup: Remove GetUnitsPerEM and units_per_em. #12656

Closed PeterN closed 1 month ago

PeterN commented 1 month ago

Motivation / Problem

Fontcache member units_per_em is initialised when loading a font, and only used by GetUnitsPerEM(), which is never called.

Description

Remove both GetUnitsPerEM() and units_per_em.

Limitations

Checklist for review

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