X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fcontroller%2Ftext-controller-impl.h;h=97010cc8bcc3e67a028be07778354b1b40b198c1;hb=da4f1bbf658462bebfc59e1e9c9c7dea7c4c6ab8;hp=0f910d0a0ec6d98e25a8317746a3f06ce4e8a701;hpb=69a30c4bd3cf64dce7d7ec7ef90bc11b8084af44;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/controller/text-controller-impl.h b/dali-toolkit/internal/text/controller/text-controller-impl.h index 0f910d0..97010cc 100644 --- a/dali-toolkit/internal/text/controller/text-controller-impl.h +++ b/dali-toolkit/internal/text/controller/text-controller-impl.h @@ -341,7 +341,6 @@ struct Controller::Impl mMaximumNumberOfCharacters(50u), mHiddenInput(NULL), mInputFilter(nullptr), - mLastHeightForWidth(0.0f, 0.0f), mRecalculateNaturalSize(true), mMarkupProcessorEnabled(false), mClipboardHideEnabled(true), @@ -1025,7 +1024,6 @@ public: HiddenText* mHiddenInput; ///< Avoid allocating this when the user does not specify hidden input mode. std::unique_ptr mInputFilter; ///< Avoid allocating this when the user does not specify input filter mode. Vector2 mTextFitContentSize; ///< Size of Text fit content - Vector2 mLastHeightForWidth; ///< Size of Text content from GetHeightForWidth bool mRecalculateNaturalSize : 1; ///< Whether the natural size needs to be recalculated. bool mMarkupProcessorEnabled : 1; ///< Whether the mark-up procesor is enabled.