summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-07-19 12:24:47 -0700
committerJason Wray <jason@mapbox.com>2019-07-19 12:24:47 -0700
commit0bd3a8a77d2e9a8259bdab5cc2ed6f7c55089d50 (patch)
treef66a8c3c329ef6c84b82d4c15ae1080f7aa116b0 /include
parente49370c6d45ca9597abd19712bbe0c7678ae9f18 (diff)
downloadqtlocation-mapboxgl-0bd3a8a77d2e9a8259bdab5cc2ed6f7c55089d50.tar.gz
Revert "[core][cp] Backport #15092 to mojito"
This reverts commit 1811f6054d7ba60eb249092c1245a17dd5612181.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/style/layer_properties.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/style/layer_properties.hpp b/include/mbgl/style/layer_properties.hpp
index 5d1aee9c99..301a048e50 100644
--- a/include/mbgl/style/layer_properties.hpp
+++ b/include/mbgl/style/layer_properties.hpp
@@ -15,8 +15,6 @@ public:
virtual ~LayerProperties() = default;
Immutable<Layer::Impl> baseImpl;
- // Contains render passes used by the renderer, see `mbgl::RenderPass`.
- uint8_t renderPasses = 0u;
protected:
LayerProperties(Immutable<Layer::Impl> impl) : baseImpl(std::move(impl)) {}