From 8fbb4ae878340839f028e5c29843d3920b3bfab0 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Fri, 2 Mar 2018 16:13:56 +0300 Subject: [PATCH] [editor] get rid of comment --- indexer/osm_editor.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp index ecd6ce3036..299bb427e5 100644 --- a/indexer/osm_editor.hpp +++ b/indexer/osm_editor.hpp @@ -198,7 +198,6 @@ public: // Use GetFeatureStatus(fid) instead. This function is used when a feature is // not yet saved and we have to know if it was modified or created. static bool IsCreatedFeature(FeatureID const & fid); - // Returns true if the original feature has default name. private: // TODO(AlexZ): Synchronize Save call/make it on a separate thread.