summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/view.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mbgl/map/view.hpp b/include/mbgl/map/view.hpp
index 395a05d435..b567cd424f 100644
--- a/include/mbgl/map/view.hpp
+++ b/include/mbgl/map/view.hpp
@@ -39,12 +39,6 @@ public:
// thread. This is called once just before the rendering thread terminates.
virtual void make_inactive() = 0;
- // Returns the base framebuffer object, if any, and 0 if using the system
- // provided framebuffer.
- virtual unsigned int root_fbo() {
- return 0;
- }
-
virtual void notify() = 0;
// Notifies a watcher of map x/y/scale/rotation changes.