Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / color-run.h
index 860ec7b..ad5e6db 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_COLOR_RUN_H__
-#define __DALI_TOOLKIT_TEXT_COLOR_RUN_H__
+#ifndef DALI_TOOLKIT_TEXT_COLOR_RUN_H
+#define DALI_TOOLKIT_TEXT_COLOR_RUN_H
 
 /*
 
 /*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -43,16 +43,10 @@ struct ColorRun
   Vector4      color;        ///< The color of the characters.
 };
 
   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
 
 } // namespace Dali
 
 } // namespace Text
 
 } // namespace Toolkit
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_COLOR_RUN_H__
+#endif // DALI_TOOLKIT_TEXT_COLOR_RUN_H