Bidirectional Implementation for one line of text.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / bidirectional-line-info-run.h
index 90c8514..9aeea2a 100644 (file)
@@ -37,7 +37,6 @@ struct BidirectionalLineInfoRun
 {
   CharacterRun    characterRun;       ///< The initial character index within the whole text and the number of characters of the run.
   CharacterIndex* visualToLogicalMap; ///< Pointer to the visual to logical map table.
-  CharacterIndex* logicalToVisualMap; ///< Pointer to the logical to visual map table.
 };
 
 } // namespace Text