Revert "Controls are LayoutGroups instead of LayoutItems"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / layouting / layout-group.h
index b8249e2..315f3d4 100755 (executable)
@@ -80,13 +80,6 @@ public:
   ~LayoutGroup() = default;
 
   /**
-   * @brief Create an initialized LayoutGroup
-   *
-   * @param[in] handle A handle to the object that this layout for, e.g. a Control or a Visual::Base
-   */
-  static LayoutGroup New( Handle& handle );
-
-  /**
    * @brief Copy constructor
    */
   LayoutGroup(const LayoutGroup& copy) = default;