summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-04-12 14:37:15 -0700
committerMike Morris <mikemorris@users.noreply.github.com>2016-04-12 14:37:15 -0700
commitb401d192b38a5c00a91862b21d6a89a04b30245c (patch)
tree276431743eb832d478b5cbce2683461c0e68ed3e
parentc6a0f61853718d80c112e449b667a0c35e719951 (diff)
downloadqtlocation-mapboxgl-b401d192b38a5c00a91862b21d6a89a04b30245c.tar.gz
minor cleanup
-rw-r--r--src/mbgl/text/font_stack.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mbgl/text/font_stack.cpp b/src/mbgl/text/font_stack.cpp
index 01e5aa58e1..d49e128f51 100644
--- a/src/mbgl/text/font_stack.cpp
+++ b/src/mbgl/text/font_stack.cpp
@@ -4,10 +4,6 @@
#include <mbgl/util/math.hpp>
#include <mbgl/text/font.hpp>
-#include <harfbuzz/hb.h>
-#include <harfbuzz/hb-ft.h>
-#include <iostream>
-#include <codecvt>
namespace mbgl {
@@ -35,8 +31,7 @@ const std::map<uint32_t, SDFGlyph> &FontStack::getSDFs() const {
return sdfs;
}
-const Shaping FontStack::getShaping(const std::u32string &string,
- const float maxWidth,
+const Shaping FontStack::getShaping(const std::u32string &string, const float maxWidth,
const float lineHeight, const float horizontalAlign,
const float verticalAlign, const float justify,
const float spacing, const vec2<float> &translate) const {