X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fview%2Fview-impl.h;h=b956eae6939d49f6ff4f91acb85dc458792098a6;hp=5352afed74b8a4d7c51219f77234302ebb15b94a;hb=7d670fbea93dfffa62535078bd8d84139176e0f0;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682 diff --git a/dali-toolkit/internal/controls/view/view-impl.h b/dali-toolkit/internal/controls/view/view-impl.h index 5352afe..b956eae 100644 --- a/dali-toolkit/internal/controls/view/view-impl.h +++ b/dali-toolkit/internal/controls/view/view-impl.h @@ -137,12 +137,6 @@ private: // From Control */ virtual void OnInitialize(); - /** - * - * @copydoc Toolkit::Control::OnControlSizeSet( const Vector3& targetSize ) - */ - virtual void OnControlSizeSet( const Vector3& targetSize ); - private: @@ -180,7 +174,6 @@ private: Animation mRotateAnimation; ///< The animation which rotates the view (and all layers added to it) float mOrientationFunction[4]; ///< The orientation function used to transform from degrees to the internal orientation. bool mAutoRotateEnabled; ///< Whether the view rotates if the OrientationChanged method is called. - Vector3 mViewSize; ///< The Control Size Toolkit::View::OrientationAnimationStartedSignalType mOrientationAnimationStartedSignal; };