summaryrefslogtreecommitdiff
path: root/src/mbgl/tile/vector_tile_data.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-06-07 12:19:25 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-06-13 10:57:46 -0700
commit06d9f8f4bbc395a90ad74e38cfbfd88458c0b15a (patch)
tree69336ec8a206e65cb3458d5116c4aa9d9b94c556 /src/mbgl/tile/vector_tile_data.cpp
parent7c282d074c1e77d69640354ad5b9839fab65360d (diff)
downloadqtlocation-mapboxgl-06d9f8f4bbc395a90ad74e38cfbfd88458c0b15a.tar.gz
[core] Remove unnecessary explicit destructors
Diffstat (limited to 'src/mbgl/tile/vector_tile_data.cpp')
-rw-r--r--src/mbgl/tile/vector_tile_data.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/tile/vector_tile_data.cpp b/src/mbgl/tile/vector_tile_data.cpp
index b2bb5e2112..e113054af1 100644
--- a/src/mbgl/tile/vector_tile_data.cpp
+++ b/src/mbgl/tile/vector_tile_data.cpp
@@ -15,8 +15,6 @@ VectorTileData::VectorTileData(const OverscaledTileID& id_,
tileSource(*this, id_, parameters, tileset) {
}
-VectorTileData::~VectorTileData() = default;
-
void VectorTileData::setNecessity(Necessity necessity) {
tileSource.setNecessity(static_cast<TileSource<VectorTileData>::Necessity>(necessity));
}