X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Fpublic-api%2Fcontrols%2Fcontrol-impl.h;h=df822ef78397dd3e56f2331cabc2fa01300f1c34;hp=bf58ce75772e37a23beaed20dbd4339325327059;hb=refs%2Fchanges%2F15%2F25715%2F1;hpb=0c33391ce2d6825b8207a7561656683a9408b8fd diff --git a/base/dali-toolkit/public-api/controls/control-impl.h b/base/dali-toolkit/public-api/controls/control-impl.h index bf58ce7..df822ef 100644 --- a/base/dali-toolkit/public-api/controls/control-impl.h +++ b/base/dali-toolkit/public-api/controls/control-impl.h @@ -315,17 +315,6 @@ private: // For derived classes to override virtual void OnFontChange( bool defaultFontChange, bool defaultFontSizeChange ){ } /** - * @deprecated Use OnFontChange() instead. - * Before the using of StyleManager, the StyleChange only deals with font change. - * - * @brief This method should be overridden by deriving classes when - * they wish to be notified when the style changes. - * - * @param[in] change Information denoting what has changed. - */ - virtual void OnStyleChange( StyleChange change ) { } - - /** * @brief Called whenever a pinch gesture is detected on this control. * * This can be overridden by deriving classes when pinch detection @@ -553,14 +542,6 @@ protected: // Construction }; /** - * @deprecated Use the constructor taking flags instead - * @brief Create a Control. - * - * @param[in] requiresTouchEvents True if the OnTouchEvent() callback is required. - */ - Control(bool requiresTouchEvents); - - /** * @brief Create a Control. * * @param[in] behaviourFlags Behavioural flags from ControlBehaviour enum @@ -746,8 +727,6 @@ private: } // namespace Internal -typedef Internal::Control ControlImpl; ///< @deprecated, Use Internal::Control - } // namespace Toolkit } // namespace Dali