summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-02 17:32:10 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-07-02 17:32:10 +0200
commit63635942309ba69c5eb5fd31404ca02cada0f0c3 (patch)
tree4d5fc19bcffce35acba2f6fb009869503f9d0c99 /src
parentac57125bd53f045540b08a95b2a4552b13e63318 (diff)
downloadqtlocation-mapboxgl-63635942309ba69c5eb5fd31404ca02cada0f0c3.tar.gz
don't provide a generic template
Diffstat (limited to 'src')
-rw-r--r--src/style/style_layer.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/style/style_layer.cpp b/src/style/style_layer.cpp
index 2618fc63b9..2646c363a3 100644
--- a/src/style/style_layer.cpp
+++ b/src/style/style_layer.cpp
@@ -160,12 +160,6 @@ void StyleLayer::applyStyleProperty(PropertyKey key, T &target, const float z, c
}
}
-
-template <typename T>
-void StyleLayer::applyStyleProperties(float, timestamp) {
- properties.set<std::false_type>();
-}
-
template <>
void StyleLayer::applyStyleProperties<FillProperties>(const float z, const timestamp now) {
properties.set<FillProperties>();