vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Feb 23 02:04:46 2012 +0100| [615d535cd44cbb83b2d8fce3a0eb757adf88f3e3] | committer: Jean-Baptiste Kempf
Libass: improve the fontcache display > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=615d535cd44cbb83b2d8fce3a0eb757adf88f3e3 --- modules/codec/libass.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/modules/codec/libass.c b/modules/codec/libass.c index cc3f05a..97fd6ea 100644 --- a/modules/codec/libass.c +++ b/modules/codec/libass.c @@ -220,8 +220,6 @@ static int Create( vlc_object_t *p_this ) _("Building font cache"), _( "Please wait while your font cache is rebuilt.\n" "This should take less than a minute." ), NULL ); - if( p_dialog ) - dialog_ProgressSet( p_dialog, NULL, 0.2 ); #endif ass_set_fonts( p_renderer, psz_font, psz_family, true, NULL, 1 ); // setup default font/family #ifdef WIN32 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
