Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/Classes/EAGLView.mm')
-rw-r--r--iphone/Maps/Classes/EAGLView.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/iphone/Maps/Classes/EAGLView.mm b/iphone/Maps/Classes/EAGLView.mm
index cc3829aea3..13d6029b2d 100644
--- a/iphone/Maps/Classes/EAGLView.mm
+++ b/iphone/Maps/Classes/EAGLView.mm
@@ -110,8 +110,6 @@ double getExactDPI(double contentScaleFactor)
dispatch_async(dispatch_get_main_queue(), ^
{
GetFramework().OnSize(width, height);
- // TODO: Temporary realization of visible viewport, this code must be removed later.
- GetFramework().SetVisibleViewport(m2::RectD(0.0, 0.0, width, height));
[self.widgetsManager resize:CGSizeMake(width, height)];
self->_drapeEngineCreated = YES;
});