Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / text-backend.h
index 62b9f86..2b554dc 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_BACKEND_H__
-#define __DALI_TOOLKIT_TEXT_BACKEND_H__
+#ifndef DALI_TOOLKIT_TEXT_BACKEND_H
+#define DALI_TOOLKIT_TEXT_BACKEND_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.
@@ -38,17 +38,10 @@ namespace Internal DALI_INTERNAL
 class Backend;
 }
 
-// The type of text renderer required
-enum RenderingType
-{
-  RENDERING_BASIC,       ///< A bitmap-based reference implementation
-  RENDERING_SHARED_ATLAS ///< A bitmap-based solution where renderers can share a texture atlas
-};
-
 /**
  * @brief Provides access to different text rendering backends.
  */
-class DALI_IMPORT_API Backend : public BaseHandle
+class Backend : public BaseHandle
 {
 public:
 
@@ -110,4 +103,4 @@ public: // Not intended for application developers
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_BACKEND_H__
+#endif // DALI_TOOLKIT_TEXT_BACKEND_H