forked from mirror/OpenTTD
Codechange: OS-specific data for font search is not used outside of searching.
This commit is contained in:
@@ -196,7 +196,6 @@ void TextfileWindow::SetupScrollbars()
|
||||
{
|
||||
#if defined(WITH_FREETYPE) || defined(_WIN32)
|
||||
strecpy(settings->mono.font, font_name, lastof(settings->mono.font));
|
||||
free(settings->mono.os_handle);
|
||||
settings->mono.os_handle = os_data;
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user