# HG changeset patch # User ib # Date 1390753078 0 # Node ID 1506e73596131ce9fed5778cfecc864466761f74 # Parent e5b30a00c9db34f63b11adb3bf5db0044e9c1ff7 Don't unnecessarily load a font. MPlayer will carry it out, so there is no need to load at guiInit() or GUI_PREPARE. diff -r e5b30a00c9db -r 1506e7359613 gui/interface.c --- a/gui/interface.c Sun Jan 26 16:11:56 2014 +0000 +++ b/gui/interface.c Sun Jan 26 16:17:58 2014 +0000 @@ -208,8 +208,6 @@ if (subdata) setdup(&guiInfo.SubtitleFilename, subdata->filename); - mplayerLoadFont(); - guiInitialized = True; } @@ -572,7 +570,6 @@ stream_dump_type = 6; gtkSubDumpMPSub = gtkSubDumpSrt = False; - mplayerLoadFont(); /* misc */