Control Padding and Margin Properties used for layouts
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / layouting / layout-item-data-impl.h
index 3758460..0e5c0e7 100644 (file)
@@ -46,9 +46,6 @@ public:
   MeasuredSize mMeasuredWidth;
   MeasuredSize mMeasuredHeight;
 
-  Extents mMargin; ///< Distances in pixels from the edges of this view to this view's parent.
-  Extents mPadding; ///< Distances in pixels from the edges of this view to this view's content.
-
   LayoutLength mLeft;
   LayoutLength mRight;
   LayoutLength mTop;