From a47e32cf52a56c45891422ad2c60b1758f03a3a0 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Thu, 18 Feb 2016 20:50:16 +0300 Subject: [PATCH] [editor] Removed unused constructor. --- indexer/osm_editor.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/indexer/osm_editor.cpp b/indexer/osm_editor.cpp index 39ac491fe3..b79bc06ec8 100644 --- a/indexer/osm_editor.cpp +++ b/indexer/osm_editor.cpp @@ -71,13 +71,6 @@ using TEditableFields = vector; struct TypeDescription { - TypeDescription(TEditableFields const & fields, bool const name, bool const address) : - m_fields(fields), - m_name(name), - m_address(address) - { - } - TEditableFields const m_fields; bool const m_name; // Address == true implies Street, House Number, Phone, Fax, Opening Hours, Website, EMail, Postcode.