]> git.sesse.net Git - vlc/blobdiff - modules/misc/freetype.c
Win32: hopefully improve the fontconfig cache display
[vlc] / modules / misc / freetype.c
index 7ea939e1312294194e9de020077f4132ab17cb36..d267a0d2239ed8ab0c2894590de0aaa3ba2c201e 100644 (file)
@@ -358,8 +358,8 @@ static int Create( vlc_object_t *p_this )
             _("Please wait while your font cache is rebuilt.\n"
                 "This should take less than a few minutes."), NULL );
 
-    if( p_dialog )
-        dialog_ProgressSet( p_dialog, NULL, 0.5 );
+/*    if( p_dialog )
+        dialog_ProgressSet( p_dialog, NULL, 0.5 ); */
 
     FcConfigBuildFonts( fcConfig );
     t2 = mdate();
@@ -367,7 +367,7 @@ static int Create( vlc_object_t *p_this )
 
     if( p_dialog )
     {
-        dialog_ProgressSet( p_dialog, NULL, 1.0 );
+//        dialog_ProgressSet( p_dialog, NULL, 1.0 );
         dialog_ProgressDestroy( p_dialog );
         p_dialog = NULL;
     }