Revert "[Tizen] Add text wrapping hyphen mode support"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / visual-model-impl.h
index c355c3c..bf3ead2 100644 (file)
@@ -35,13 +35,6 @@ namespace Toolkit
 {
 namespace Text
 {
-struct HyphenInfo
-{
-  Vector<GlyphInfo> glyph;
-  Vector<Vector2>   position;
-  Vector<Length>    index;
-};
-
 class VisualModel;
 typedef IntrusivePtr<VisualModel> VisualModelPtr;
 
@@ -429,7 +422,6 @@ public:
   bool mUnderlineColorSet : 1; ///< Has the underline color been explicitly set?
   bool mBackgroundEnabled : 1; ///< Background enabled flag
   bool mMarkupProcessorEnabled : 1; ///< Markup-processor enabled flag
-  HyphenInfo mHyphen; ///< Contains hyphen glyph info & the character index to draw hyphen after.
 };
 
 } // namespace Text