summaryrefslogtreecommitdiff
path: root/include/mbgl/util/platform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/platform.hpp')
-rw-r--r--include/mbgl/util/platform.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mbgl/util/platform.hpp b/include/mbgl/util/platform.hpp
index cc8327c470..3544659740 100644
--- a/include/mbgl/util/platform.hpp
+++ b/include/mbgl/util/platform.hpp
@@ -1,6 +1,5 @@
#pragma once
-#include <memory>
#include <string>
namespace mbgl {
@@ -23,10 +22,5 @@ void setCurrentThreadName(const std::string& name);
// Makes the current thread low priority.
void makeThreadLowPriority();
-// Shows an alpha image with the specified dimensions in a named window.
-void showDebugImage(std::string name, const char *data, size_t width, size_t height);
-
-// Shows an alpha image with the specified dimensions in a named window.
-void showColorDebugImage(std::string name, const char *data, size_t logical_width, size_t logical_height, size_t width, size_t height);
} // namespace platform
} // namespace mbgl