Removed model loading and lighting
[platform/core/uifw/dali-core.git] / dali / internal / event / common / thread-local-storage.h
index f0dff0c..023d2af 100644 (file)
@@ -39,7 +39,6 @@ class NotificationManager;
 class ResourceClient;
 class ResourceManager;
 class ImageFactory;
-class ModelFactory;
 class FontFactory;
 class ShaderFactory;
 class EventToUpdate;
@@ -90,6 +89,12 @@ public:
   static bool Created();
 
   /**
+   * Get a pointer to the TLS or NULL if not initialized
+   * @return pointer to the TLS
+   */
+  static ThreadLocalStorage* GetInternal();
+
+  /**
    * get platform abstraction
    * @return reference to core
    */
@@ -126,12 +131,6 @@ public:
   ImageFactory& GetImageFactory();
 
   /**
-   * Returns the Model Factory
-   * @return reference to the Image Factory
-   */
-  ModelFactory& GetModelFactory();
-
-  /**
    * Returns the Font Factory
    * @return reference to the Font Factory
    */