summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/default/settings_json.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/default/settings_json.hpp')
-rw-r--r--include/mbgl/platform/default/settings_json.hpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/mbgl/platform/default/settings_json.hpp b/include/mbgl/platform/default/settings_json.hpp
deleted file mode 100644
index eb23b28bc8..0000000000
--- a/include/mbgl/platform/default/settings_json.hpp
+++ /dev/null
@@ -1,24 +0,0 @@
-#pragma once
-
-#include <mbgl/map/mode.hpp>
-
-namespace mbgl {
-
-class Settings_JSON {
-public:
- Settings_JSON();
- void load();
- void save();
- void clear();
-
-public:
- double longitude = 0;
- double latitude = 0;
- double zoom = 0;
- double bearing = 0;
- double pitch = 0;
-
- EnumType debug = 0;
-};
-
-} // namespace mbgl