Delete ImageFactory and ImageFactoryCache as they are unused
[platform/core/uifw/dali-core.git] / dali / internal / event / common / thread-local-storage.h
index 956211e..4b16f1f 100644 (file)
@@ -2,7 +2,7 @@
 #define __DALI_INTERNAL_THREAD_LOCAL_STORAGE_H__
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2017 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,11 +38,8 @@ class Core;
 class NotificationManager;
 class ResourceClient;
 class ResourceManager;
-class ImageFactory;
-class FontFactory;
 class ShaderFactory;
 class GestureEventProcessor;
-class EmojiFactory;
 class RelayoutController;
 
 namespace SceneGraph
@@ -125,18 +122,6 @@ public:
   ResourceClient& GetResourceClient();
 
   /**
-   * Returns the Image Factory
-   * @return reference to the Image Factory
-   */
-  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 +140,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 +147,7 @@ public:
 
 private:
 
-  Core* mCore;                            ///< reference to core
+  Core* mCore;                                              ///< reference to core
 
 };