Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editable_data_source.hpp')
-rw-r--r--editor/editable_data_source.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/editor/editable_data_source.hpp b/editor/editable_data_source.hpp
deleted file mode 100644
index fdb0841d2b..0000000000
--- a/editor/editable_data_source.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include "editor/editable_feature_source.hpp"
-
-#include "indexer/data_source.hpp"
-
-using EditableDataSource = DataSourceImpl<EditableFeatureSource>;