Remove logical adjustments from FlatViewGroup.

Summary: These were needed until recent changes in DrawView.

Reviewed By: ahmedre

Differential Revision: D3646707
This commit is contained in:
Seth Kirby
2016-08-01 13:06:42 -07:00
committed by Ahmed El-Helw
parent dfc815cb19
commit 28654aef65
6 changed files with 10 additions and 26 deletions

View File

@@ -397,10 +397,6 @@ import com.facebook.react.views.view.ReactClippingViewGroupHelper;
}
}
/* package */ final Rect getLogicalOffset() {
return mLogicalOffset;
}
/* package */ void updateNodeRegion(
float left,
float top,