summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-16 04:27:30 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-10-16 04:27:30 -0700
commit97986f603f5af6b12deb4cdb4e91cd5035457c7f (patch)
tree8654c1863c74ddc563b2a4c8cb9b169288db7deb /include
parent4bc56eac24d399e5c58a7f9a936fe85a71180915 (diff)
downloadqtlocation-mapboxgl-97986f603f5af6b12deb4cdb4e91cd5035457c7f.tar.gz
we don't need a root_fbo function anymore
[skip ci]
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.