1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 03:15:52 +00:00

remove force_load_font stuff moved to sub.c

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15081 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-04-09 22:45:47 +00:00
parent 2b0420ff1a
commit d84d885309

View File

@ -93,10 +93,6 @@ static void resize(int x,int y){
glLoadIdentity();
if (!scaled_osd) {
#ifdef HAVE_FREETYPE
// adjust font size to display size
force_load_font = 1;
#endif
vo_osd_changed(OSDTYPE_OSD);
}
}