Fixed clipboard disappearing issue on selection
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / color-run.h
index 860ec7b..73a9a1c 100644 (file)
@@ -43,12 +43,6 @@ struct ColorRun
   Vector4      color;        ///< The color of the characters.
 };
 
-struct ColorGlyphRun
-{
-  GlyphRun glyphRun; ///< The initial glyph index and the number of glyphs of the run.
-  Vector4  color;    ///< The color of the glyphs.
-};
-
 } // namespace Text
 
 } // namespace Toolkit