[react_native] JS files from D1998047: [react_native] Remove modalFullscreenView dimension

This commit is contained in:
Andy Street 2015-04-17 03:39:07 -07:00
parent af895bab53
commit 70a28547dd
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ if (dimensions.windowPhysicalPixels) {
height: windowPhysicalPixels.height / windowPhysicalPixels.scale, height: windowPhysicalPixels.height / windowPhysicalPixels.scale,
scale: windowPhysicalPixels.scale, scale: windowPhysicalPixels.scale,
}; };
// TODO(andrews): Remove modalFullscreenView
dimensions.modalFullscreenView = dimensions.window;
// delete so no callers rely on this existing // delete so no callers rely on this existing
delete dimensions.windowPhysicalPixels; delete dimensions.windowPhysicalPixels;