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=d37efabc7b862663cfbf79a5d7094dcc5926ddaf;hp=a5dd91bc803df4682bc9b70ba982fda02079a45f;hb=c11c7538e070434e84856ebd4af000dff4ca3f9a;hpb=de8dbd015aacaf2bcaa3a451c7a4aa5a949833e6 diff --git a/dali-toolkit/internal/text/text-controller.h b/dali-toolkit/internal/text/text-controller.h index a5dd91b..d37efab 100644 --- a/dali-toolkit/internal/text/text-controller.h +++ b/dali-toolkit/internal/text/text-controller.h @@ -427,11 +427,6 @@ protected: private: /** - * @brief Request a relayout using the ControlInterface. - */ - void RequestRelayout(); - - /** * @brief Private constructor. */ Controller( ControlInterface& controlInterface ); @@ -446,12 +441,6 @@ private: struct Impl; Impl* mImpl; - - // Avoid allocating this when the user does not specify a font - struct FontDefaults; - - // Avoid allocating this for non-editable controls - struct TextInput; }; } // namespace Text