summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/render_orchestrator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/renderer/render_orchestrator.hpp')
-rw-r--r--src/mbgl/renderer/render_orchestrator.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mbgl/renderer/render_orchestrator.hpp b/src/mbgl/renderer/render_orchestrator.hpp
index 312b28fd56..7c1abfe1f4 100644
--- a/src/mbgl/renderer/render_orchestrator.hpp
+++ b/src/mbgl/renderer/render_orchestrator.hpp
@@ -75,11 +75,11 @@ public:
void reduceMemoryUse();
void dumpDebugLogs();
+ void clearData();
private:
bool isLoaded() const;
bool hasTransitions(TimePoint) const;
- void clearData();
RenderSource* getRenderSource(const std::string& id) const;
@@ -127,7 +127,6 @@ private:
const bool backgroundLayerAsColor;
bool contextLost = false;
- const void* stillImageRequest = nullptr;
// Vectors with reserved capacity of layerImpls->size() to avoid reallocation
// on each frame.