forked from organicmaps/organicmaps-tmp
[ios] Removed editable fields check stub.
This commit is contained in:
parent
1b66af3d80
commit
cc2f6af223
1 changed files with 0 additions and 1 deletions
|
@ -306,7 +306,6 @@ void initFieldsMap()
|
|||
|
||||
- (BOOL)isCellEditable:(MWMPlacePageCellType)cellType
|
||||
{
|
||||
return YES;
|
||||
return m_editableFields.count(cellType) == 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue