summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-04-02 14:11:37 +0200
committerKonstantin Käfer <mail@kkaefer.com>2019-05-28 16:11:05 +0200
commite52ce34fb578e2c9f9f61fcea11e1ebb2251b6f4 (patch)
treed635ed17006c9cca828ec56d45365d7e20794c6c /include
parent7f9274035bad30980e03574c315904ab7a85fe83 (diff)
downloadqtlocation-mapboxgl-e52ce34fb578e2c9f9f61fcea11e1ebb2251b6f4.tar.gz
[core] remove platform::show(Color)?DebugImage
Diffstat (limited to 'include')
-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