diff options
author | Robert Loehning <robert.loehning@qt.io> | 2020-04-28 10:00:52 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2020-04-28 16:04:31 +0000 |
commit | 4b6fae67f3889837b37711b65ac21dfc8e8893c2 (patch) | |
tree | a1eb1f399aaac1c9ea01569abf8973a0c653b962 | |
parent | 3efe2e302e49e5e03c96e733ce39a59e8072546f (diff) | |
download | qtlocation-4b6fae67f3889837b37711b65ac21dfc8e8893c2.tar.gz |
Remove unused variable
Fixes developer build with clang 7.
Change-Id: I45e532541de0f3acc6cdd00231ed7d3aa2264e48
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r-- | src/location/declarativemaps/qdeclarativecirclemapitem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/location/declarativemaps/qdeclarativecirclemapitem.cpp b/src/location/declarativemaps/qdeclarativecirclemapitem.cpp index f0ba122c..841c29a8 100644 --- a/src/location/declarativemaps/qdeclarativecirclemapitem.cpp +++ b/src/location/declarativemaps/qdeclarativecirclemapitem.cpp @@ -140,8 +140,6 @@ QT_BEGIN_NAMESPACE \since 5.14 */ -static const int CircleSamples = 128; - struct Vertex { QVector2D position; |