summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/headless_view.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/headless_view.cpp b/common/headless_view.cpp
index 355206a3ee..c2e402c0b6 100644
--- a/common/headless_view.cpp
+++ b/common/headless_view.cpp
@@ -113,8 +113,6 @@ void HeadlessView::resize(int width, int height) {
}
void HeadlessView::clear_buffers() {
- make_active();
-
#if MBGL_USE_CGL
glBindFramebufferEXT(GL_FRAMEBUFFER_EXT, 0);
@@ -181,8 +179,6 @@ void HeadlessView::make_active() {
}
void HeadlessView::make_inactive() {
- clear_buffers();
-
#if MBGL_USE_CGL
CGLError error = CGLSetCurrentContext(nullptr);
if (error) {