Moved Core Rendering API from devel-api to public-api
[platform/core/uifw/dali-core.git] / dali / internal / event / common / thread-local-storage.h
index 956211e..73a4021 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_INTERNAL_THREAD_LOCAL_STORAGE_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2015 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.
@@ -39,10 +39,8 @@ class NotificationManager;
 class ResourceClient;
 class ResourceManager;
 class ImageFactory;
-class FontFactory;
 class ShaderFactory;
 class GestureEventProcessor;
-class EmojiFactory;
 class RelayoutController;
 
 namespace SceneGraph
@@ -131,12 +129,6 @@ public:
   ImageFactory& GetImageFactory();
 
   /**
-   * Returns the Font Factory
-   * @return reference to the Font Factory
-   */
-  FontFactory& GetFontFactory();
-
-  /**
    * Returns the Shader Factory
    * @return reference to the Shader Factory
    */
@@ -155,12 +147,6 @@ public:
   GestureEventProcessor& GetGestureEventProcessor();
 
   /**
-   * Returns the Emoji factory.
-   * @return a reference to the Emoji factory.
-   */
-  EmojiFactory& GetEmojiFactory();
-
-  /**
    * Return the relayout controller
    * @Return Return a reference to the relayout controller
    */
@@ -168,7 +154,7 @@ public:
 
 private:
 
-  Core* mCore;                            ///< reference to core
+  Core* mCore;                                              ///< reference to core
 
 };