summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-20 19:25:38 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-21 14:25:12 -0800
commitc3940cf08251f9fc9bfce4911e7b24f5985ae105 (patch)
treea9dcf038704f3b8f04667f9ba59b194b1c7eb151 /include/mbgl/map/map.hpp
parent9e971095d3561f7af5b0016614035a8b4e479b81 (diff)
downloadqtlocation-mapboxgl-c3940cf08251f9fc9bfce4911e7b24f5985ae105.tar.gz
Eliminate Map::getFileSource
Diffstat (limited to 'include/mbgl/map/map.hpp')
-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 ad33865cd7..ab5311741f 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -126,7 +126,6 @@ public:
public:
inline const TransformState &getState() const { return state; }
- inline util::ptr<FileSource> getFileSource() const { return fileSource; }
inline util::ptr<Style> getStyle() const { return style; }
inline GlyphAtlas & getGlyphAtlas() { return glyphAtlas; }
inline util::ptr<GlyphStore> getGlyphStore() { return glyphStore; }