[MAPSME-5383] [ios] Removed unused variable.

This commit is contained in:
Ilya Grechuhin 2017-11-10 14:22:03 +03:00 committed by Roman Kuznetsov
parent f5576b27a3
commit 3f7819f799

View file

@ -137,7 +137,6 @@ CGFloat const kMinOffset = 1;
- (void)heightWasChanged
{
auto scrollView = self.scrollView;
dispatch_async(dispatch_get_main_queue(), ^{
auto actionBar = self.actionBar;
actionBar.maxY = actionBar.superview.height;