freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] * src/cache/ftcbasic.c (ftc_basic_famil


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * src/cache/ftcbasic.c (ftc_basic_family_get_count): Remove redundancy.
Date: Mon, 03 Oct 2022 15:10:15 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • b93f20ab
    by Alexei Podtelezhnikov at 2022-10-03T15:10:12+00:00
    * src/cache/ftcbasic.c (ftc_basic_family_get_count): Remove redundancy.

1 changed file:

Changes:

  • src/cache/ftcbasic.c
    ... ... @@ -120,8 +120,7 @@
    120 120
         }
    
    121 121
     #endif
    
    122 122
     
    
    123
    -    if ( !error )
    
    124
    -      result = (FT_UInt)face->num_glyphs;
    
    123
    +    result = (FT_UInt)face->num_glyphs;
    
    125 124
     
    
    126 125
         return result;
    
    127 126
       }
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]