X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Flayout-group.h;h=45aec9813b8dce0994b59239a7024aeae5d025d1;hp=49620323c19d13364b445dfd714fe6f043fa26a1;hb=fedd5ae8da46cd798f730fd07c942df853e055dd;hpb=7bcdc5621c0f2c755ed26f22b7bc4d106befe8cc diff --git a/dali-toolkit/devel-api/layouting/layout-group.h b/dali-toolkit/devel-api/layouting/layout-group.h index 4962032..45aec98 100755 --- a/dali-toolkit/devel-api/layouting/layout-group.h +++ b/dali-toolkit/devel-api/layouting/layout-group.h @@ -1,7 +1,7 @@ #ifndef DALI_TOOLKIT_LAYOUTING_LAYOUT_GROUP_H #define DALI_TOOLKIT_LAYOUTING_LAYOUT_GROUP_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -54,14 +54,6 @@ public: using LayoutId = unsigned int; static const unsigned int UNKNOWN_ID = 0; - struct ChildProperty - { - enum - { - }; - }; - - /** * @brief Creates an uninitialized LayoutGroup handle. *