summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2017-05-02 09:54:06 -0700
committerGitHub <noreply@github.com>2017-05-02 09:54:06 -0700
commit5c52401d5504ab4b84d1510042c6b97504c50933 (patch)
tree3bd2feb4e985f5402ec0fc112aab6717426d46aa /src
parent3f0c89d633a5056006557ad5f4b9e446807d00ee (diff)
downloadqtlocation-mapboxgl-5c52401d5504ab4b84d1510042c6b97504c50933.tar.gz
[core] Make Map.addImage tests pass (#8843)
Fix Node tests suite implementation to parse pixelRatio from style json Premultiply images in the node binding before sending to mbgl core
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/util/premultiply.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mbgl/util/premultiply.hpp b/src/mbgl/util/premultiply.hpp
deleted file mode 100644
index 532c7cb11d..0000000000
--- a/src/mbgl/util/premultiply.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include <mbgl/util/image.hpp>
-
-namespace mbgl {
-namespace util {
-
-PremultipliedImage premultiply(UnassociatedImage&&);
-UnassociatedImage unpremultiply(PremultipliedImage&&);
-
-} // namespace util
-} // namespace mbgl