[editor] get rid of comment

This commit is contained in:
Arsentiy Milchakov 2018-03-02 16:13:56 +03:00 committed by Aleksandr Zatsepin
parent a03dea3087
commit 8fbb4ae878

View file

@ -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.