X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Fscrollable%2Fscroll-view%2Fscroll-base-impl.h;h=3f1cf81049b8407b8821ccf5b1e6daefe71ba61e;hb=998d982768c7f211d948cfd7921ec27ff739ce49;hp=e1f40733b12ff2f4f631fbd9a7f1f30005cb0307;hpb=a881757839b7abb008873a68c67e17b3ba39669b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-base-impl.h b/base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-base-impl.h index e1f4073..3f1cf81 100644 --- a/base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-base-impl.h +++ b/base/dali-toolkit/internal/controls/scrollable/scroll-view/scroll-base-impl.h @@ -199,8 +199,6 @@ protected: ScrollBase *mParent; ///< Pointer to ScrollBase parent, if exists. Property::Index mPropertyTime; ///< Scroll Time (0 to animationDuration while animating, otherwise 0) - Property::Index mPropertyX; ///< Scroll Position X ("scroll-x") - Property::Index mPropertyY; ///< Scroll Position Y ("scroll-y") Property::Index mPropertyPrePosition; ///< Scroll Position ("scroll-position") [function of scroll-x, scroll-y] Property::Index mPropertyPosition; ///< Scroll Position ("scroll-position") [function of scroll-pre-position] Property::Index mPropertyScale; ///< Scroll Scale ("scroll-scale")