Optimized size negotiation
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / relayout-controller.h
index ec375e0..c9463e0 100644 (file)
@@ -51,19 +51,14 @@ public:
   virtual ~RelayoutController();
 
   /**
-   * Get the singleton of RelayoutController object.
-   * @return A handle to the RelayoutController.
-   */
-  static RelayoutController Get();
-
-  /**
    * Request to relayout.
    */
-  void Request();
+  static void Request();
 
 private:
 
-  RelayoutController(Internal::RelayoutControllerImpl *impl);
+  RelayoutController(Internal::RelayoutControllerImpl* impl);
+
 };
 
 } // namespace Internal