remomve unnecessary code

This commit is contained in:
Akira TAGOH 2015-11-18 14:44:17 +09:00
parent d162a4a83d
commit 1d87fab8b1
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ retry:
{
FcStrSet *langs = FcGetDefaultLangs ();
lang = FcStrdup (langs->strs[0]);
FcStrSetDestroy (langs);
if (!fc_atomic_ptr_cmpexch (&default_lang, NULL, lang)) {
free (lang);