diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-03-08 14:26:25 -0800 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-03-21 14:05:21 +0000 |
commit | 5c7e6ead198af76022df2bc9ecfb88e727b26bc5 (patch) | |
tree | 175d6fbf2ef9b78778b740c5441d09a9f9626706 /src/location/maps/qgeoprojection.cpp | |
parent | 5be371b95cfeb3dc9bbe64e77833709ef8e4495b (diff) | |
download | qtlocation-5c7e6ead198af76022df2bc9ecfb88e727b26bc5.tar.gz |
Minor build cleanups
Change-Id: I85870f176510d1d6fd51bce94daf58fc326e13b3
Reviewed-by: Paolo Angelelli <paolo.angelelli@qt.io>
Diffstat (limited to 'src/location/maps/qgeoprojection.cpp')
-rw-r--r-- | src/location/maps/qgeoprojection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/maps/qgeoprojection.cpp b/src/location/maps/qgeoprojection.cpp index cd7e5114..1a9981d3 100644 --- a/src/location/maps/qgeoprojection.cpp +++ b/src/location/maps/qgeoprojection.cpp @@ -44,7 +44,6 @@ namespace { static const double defaultTileSize = 256.0; static const QDoubleVector3D xyNormal(0.0, 0.0, 1.0); - static const QDoubleVector3D xyPoint(0.0, 0.0, 0.0); static const QGeoProjectionWebMercator::Plane xyPlane(QDoubleVector3D(0,0,0), QDoubleVector3D(0,0,1)); static const QList<QDoubleVector2D> mercatorGeometry = { QDoubleVector2D(-1.0,0.0), |