X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fradio-button.h;h=20ec386c92e76bf12dc1455f496064f70765ea9d;hp=f8dbf59648fa0f282d4edd1d2f4021c7a9b0c4ae;hb=06e563f8a982e25a0efe2d91c794657dc8e4bc4a;hpb=2acdedcc7c7e732a9ec97d08c8cee7423ed6ebf7 diff --git a/dali-toolkit/public-api/controls/buttons/radio-button.h b/dali-toolkit/public-api/controls/buttons/radio-button.h index f8dbf59..20ec386 100644 --- a/dali-toolkit/public-api/controls/buttons/radio-button.h +++ b/dali-toolkit/public-api/controls/buttons/radio-button.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_RADIO_BUTTON_H__ /* - * 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. @@ -97,15 +97,6 @@ class DALI_IMPORT_API RadioButton: public Button static RadioButton New( const std::string& label ); /** - * @brief Create an initialized RadioButton with existing Actor. - * - * @param[in] label An Actor with the label. - * - * @return A handle to a newly allocated Dali resource. - */ - static RadioButton New( Actor label ); - - /** * @brief Downcast an Object handle to RadioButton. * * If handle points to a RadioButton the downcast produces valid