X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcolor-run.h;h=73a9a1c5646f4198d34aa1b29dd9796f6ce81fc7;hp=860ec7bea00e4a0a0879c86df7c69cf54e680a86;hb=e35b08ebd60473aef7500601706f665ac8cf7d39;hpb=49fabc565606e00c95baacb41f009de2a532a4da diff --git a/dali-toolkit/internal/text/color-run.h b/dali-toolkit/internal/text/color-run.h index 860ec7b..73a9a1c 100644 --- a/dali-toolkit/internal/text/color-run.h +++ b/dali-toolkit/internal/text/color-run.h @@ -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