[ios] Removed editable fields check stub.

This commit is contained in:
Ilya Grechuhin 2016-01-13 13:06:40 +03:00 committed by Sergey Yershov
parent 1b66af3d80
commit cc2f6af223

View file

@ -306,7 +306,6 @@ void initFieldsMap()
- (BOOL)isCellEditable:(MWMPlacePageCellType)cellType
{
return YES;
return m_editableFields.count(cellType) == 1;
}