summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-11-19 16:44:19 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-12-01 09:15:05 -0800
commit622f6691b70d31491773524a03da44515259e2cf (patch)
tree11da3c1dbabb92de876c05cfb5de22ca29885012 /include
parente1091db45ea5e921337f1cfccb36f46ab01dd54e (diff)
downloadqtlocation-mapboxgl-622f6691b70d31491773524a03da44515259e2cf.tar.gz
[glfw] No longer necessary to wait for style load to add default marker
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/default/glfw_view.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/platform/default/glfw_view.hpp b/include/mbgl/platform/default/glfw_view.hpp
index 2318cb6ccd..a434b71bb1 100644
--- a/include/mbgl/platform/default/glfw_view.hpp
+++ b/include/mbgl/platform/default/glfw_view.hpp
@@ -20,7 +20,6 @@ public:
std::array<uint16_t, 2> getFramebufferSize() const override;
void initialize(mbgl::Map *map) override;
- void notifyMapChange(mbgl::MapChange) override;
void activate() override;
void deactivate() override;
void notify() override;
@@ -62,7 +61,6 @@ private:
std::vector<std::string> spriteIDs;
private:
- bool initializedDefaultMarker = false;
bool fullscreen = false;
const bool benchmark = false;
bool tracking = false;