| 3142 | } |
| 3143 | |
| 3144 | void Framework::DeleteFeature(FeatureID const & fid) |
| 3145 | { |
| 3146 | osm::Editor::Instance().DeleteFeature(fid); |
| 3147 | UpdatePlacePageInfoForCurrentSelection(); |
| 3148 | } |
| 3149 | |
| 3150 | void Framework::MarkPlaceAsDisused(osm::EditableMapObject emo) |
| 3151 | { |
no outgoing calls