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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-11-09 11:55:00 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2017-11-09 18:38:02 +0300
commit859fe92362714e27c446a644bea49ab28bbcbb03 (patch)
tree94a879523455641e4124261a24592dfddb861919
parenta220d5557ce250270bee6b0b1121d76e14c677aa (diff)
[ios] Removed unused field.beta-1103
-rw-r--r--iphone/Maps/UI/PlacePage/UGCViewModel/MWMUGCViewModel.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/UI/PlacePage/UGCViewModel/MWMUGCViewModel.mm b/iphone/Maps/UI/PlacePage/UGCViewModel/MWMUGCViewModel.mm
index 82ea328d9d..a90f21f538 100644
--- a/iphone/Maps/UI/PlacePage/UGCViewModel/MWMUGCViewModel.mm
+++ b/iphone/Maps/UI/PlacePage/UGCViewModel/MWMUGCViewModel.mm
@@ -34,7 +34,6 @@ MWMUGCRatingValueType * ratingValueType(float rating)
@implementation MWMUGCViewModel
{
- place_page::Info m_info;
ugc::UGC m_ugc;
ugc::UGCUpdate m_ugcUpdate;
std::vector<ugc::view_model::ReviewRow> m_reviewRows;