[vlc-commits] freetype: remove stray choices and translations

Rémi Denis-Courmont git at videolan.org
Sun Feb 11 12:59:28 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 11 13:53:01 2018 +0200| [2c924d4b0016496cfa4f12f7efb0b511051c4b14] | committer: Rémi Denis-Courmont

freetype: remove stray choices and translations

Removed in dbab2b3586d75090f7dee9a947468201383351f7.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c924d4b0016496cfa4f12f7efb0b511051c4b14
---

 modules/text_renderer/freetype/freetype.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/text_renderer/freetype/freetype.c b/modules/text_renderer/freetype/freetype.c
index e96190b839..18ea9b70d4 100644
--- a/modules/text_renderer/freetype/freetype.c
+++ b/modules/text_renderer/freetype/freetype.c
@@ -111,9 +111,6 @@ static void Destroy( vlc_object_t * );
 #define TEXT_DIRECTION_LONGTEXT N_("Paragraph base direction for the Unicode bi-directional algorithm.")
 
 
-static const int pi_sizes[] = { 20, 18, 16, 12, 6 };
-static const char *const ppsz_sizes_text[] = {
-    N_("Smaller"), N_("Small"), N_("Normal"), N_("Large"), N_("Larger") };
 #define YUVP_TEXT N_("Use YUVP renderer")
 #define YUVP_LONGTEXT N_("This renders the font using \"paletized YUV\". " \
   "This option is only needed if you want to encode into DVB subtitles" )



More information about the vlc-commits mailing list