X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcolor-run.h;h=73a9a1c5646f4198d34aa1b29dd9796f6ce81fc7;hb=63f9b5207c2794cdc460d587723be89585872a51;hp=860ec7bea00e4a0a0879c86df7c69cf54e680a86;hpb=49fabc565606e00c95baacb41f009de2a532a4da;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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