X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fcluster%2Fcluster.cpp;h=aab27655098993f4c5f75ed8ab3ad8ae47f10965;hb=47efa8dabe5f3ca6609ff43a622a5f8fcd6311ec;hp=742ad513362464f06d3d662409e794bac01e51c3;hpb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/cluster/cluster.cpp b/dali-toolkit/public-api/controls/cluster/cluster.cpp index 742ad51..aab2765 100644 --- a/dali-toolkit/public-api/controls/cluster/cluster.cpp +++ b/dali-toolkit/public-api/controls/cluster/cluster.cpp @@ -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() { }