X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fcluster%2Fcluster.cpp;h=ad90d64d23db9bcc9e2e55ffa2d7b8ebca5b6867;hp=742ad513362464f06d3d662409e794bac01e51c3;hb=68106e2cbb8541c18a77f39770ea7759f44e02a0;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682 diff --git a/dali-toolkit/public-api/controls/cluster/cluster.cpp b/dali-toolkit/public-api/controls/cluster/cluster.cpp index 742ad51..ad90d64 100644 --- a/dali-toolkit/public-api/controls/cluster/cluster.cpp +++ b/dali-toolkit/public-api/controls/cluster/cluster.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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. @@ -35,10 +35,6 @@ namespace Toolkit const std::string Cluster::CLUSTER_ACTOR_DEPTH( "cluster-actor-depth" ); -const char* const Cluster::ACTION_EXPAND = "expand"; -const char* const Cluster::ACTION_COLLAPSE = "collapse"; -const char* const Cluster::ACTION_TRANSFORM = "transform"; - Cluster::Cluster() { }