summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-12 11:45:21 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-13 09:01:32 -0700
commit58863c3974fa5e41bdf540bc7b85da6f986e60e6 (patch)
treefae2126f2aa3479045533ffbb1a8e3dd3e2f61d7 /src
parent39da776bd7f696351364440427a6cd0b8fc3589e (diff)
downloadqtlocation-mapboxgl-58863c3974fa5e41bdf540bc7b85da6f986e60e6.tar.gz
[core] Remove unused
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/source/source.hpp1
-rw-r--r--src/mbgl/tile/tile.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/source/source.hpp b/src/mbgl/source/source.hpp
index e751879297..7f435f8d9b 100644
--- a/src/mbgl/source/source.hpp
+++ b/src/mbgl/source/source.hpp
@@ -32,7 +32,6 @@ class TransformState;
class Tile;
class TileCoordinate;
struct ClipID;
-struct box;
class Source : private util::noncopyable {
public:
diff --git a/src/mbgl/tile/tile.hpp b/src/mbgl/tile/tile.hpp
index 78df995157..f66df9c748 100644
--- a/src/mbgl/tile/tile.hpp
+++ b/src/mbgl/tile/tile.hpp
@@ -9,7 +9,6 @@
namespace mbgl {
class TileData;
-struct box;
class Tile {
public: