]> git.sesse.net Git - vlc/commitdiff
Fixed compilation of freetype module without fontconfig.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 2 May 2010 00:32:10 +0000 (02:32 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 2 May 2010 00:32:10 +0000 (02:32 +0200)
modules/misc/freetype.c

index 0e47772aeae79b12dc3fcb2d1515ef7b26337969..e8f9bbfc3c89a320a03016494df9d671845bef68 100644 (file)
@@ -420,7 +420,6 @@ static int Create( vlc_object_t *p_this )
 
 #else
 
-    p_sys->psz_fontfamily = strdup( DEFAULT_FONT );
     psz_fontfile = psz_fontfamily;
 
 #endif