(Text Controller) Remove meaningless check to see if an unsigned int is positive...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / font-run.h
index 2a9680a..6027ef7 100644 (file)
@@ -37,7 +37,6 @@ struct FontRun
 {
   CharacterRun characterRun; ///< The initial character index and the number of characters of the run.
   FontId       fontId;       ///< Font id of the run.
-  bool         isDefault;    ///< Whether the font is a default font not defined by the user.
 };
 
 } // namespace Text