summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-08-30 22:31:54 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2015-09-02 23:20:47 +0300
commit0ff7cf20e971be584410973eb6727e12550604f9 (patch)
tree824300bc8f91e1afb65c2d2dc27a80c1efd3c502 /include
parent0b501e056697249ae080a686dd0047eb2060eaf9 (diff)
downloadqtlocation-mapboxgl-0ff7cf20e971be584410973eb6727e12550604f9.tar.gz
Get rid of MapData::{get,set}NeedsRepaint
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index af69ceffe3..ddf86045ee 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -165,7 +165,6 @@ public:
void setDebug(bool value);
void toggleDebug();
bool getDebug() const;
- void setNeedsRepaint();
void setCollisionDebug(bool value);
void toggleCollisionDebug();
bool getCollisionDebug() const;