X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller.h;h=aeee224e789fba74b3bf33a5bfdec75772a185a7;hp=054c1f3bcea97e642b2aaf1ae26898f2da9a2522;hb=7cca1061ed3db08d2e7f511a8f6ef707e688703d;hpb=69f5648e5f2dec8fa8d09ea7887438c5ae288c63 diff --git a/dali-toolkit/internal/text/text-controller.h b/dali-toolkit/internal/text/text-controller.h index 054c1f3..aeee224 100644 --- a/dali-toolkit/internal/text/text-controller.h +++ b/dali-toolkit/internal/text/text-controller.h @@ -480,13 +480,6 @@ public: // Update. /** * @brief Replaces any placeholder text previously set. * - * @param[in] text A string of UTF-8 characters. - */ - void SetPlaceholderText( const std::string& text ); - - /** - * @brief Replaces any placeholder text previously set. - * * @param[in] type Different placeholder-text can be shown when the control is active/inactive. * @param[in] text A string of UTF-8 characters. */ @@ -495,13 +488,6 @@ public: // Update. /** * @brief Retrieve any placeholder text previously set. * - * @param[out] A string of UTF-8 characters. - */ - void GetPlaceholderText( std::string& text ) const; - - /** - * @brief Retrieve any placeholder text previously set. - * * @param[in] type Different placeholder-text can be shown when the control is active/inactive. * @param[out] A string of UTF-8 characters. */