summaryrefslogtreecommitdiff
path: root/src/mbgl/map/view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/view.cpp')
-rw-r--r--src/mbgl/map/view.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mbgl/map/view.cpp b/src/mbgl/map/view.cpp
deleted file mode 100644
index 23ce70a3cf..0000000000
--- a/src/mbgl/map/view.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <mbgl/map/view.hpp>
-#include <mbgl/map/map.hpp>
-
-#include <cassert>
-
-namespace mbgl {
-
-PremultipliedImage View::readStillImage(std::array<uint16_t, 2>) {
- return {};
-}
-
-void View::initialize(Map *map_) {
- assert(map_);
- map = map_;
-}
-
-} // namespace mbgl