diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-01-06 02:17:22 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-01-08 22:58:20 +0200 |
commit | 39decb822d9382678cb667febe3c09f0f814ea83 (patch) | |
tree | 785436c114246ec18ab84901c49975b68be977ac | |
parent | 417909e93db39aa3481c1b7d640a20970933547a (diff) | |
download | qtlocation-mapboxgl-39decb822d9382678cb667febe3c09f0f814ea83.tar.gz |
[qt] Removed unused headers
-rw-r--r-- | platform/qt/include/QQuickMapboxGL | 1 | ||||
-rw-r--r-- | platform/qt/include/QQuickMapboxGLMapParameter | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/platform/qt/include/QQuickMapboxGL b/platform/qt/include/QQuickMapboxGL deleted file mode 100644 index db109a1d3a..0000000000 --- a/platform/qt/include/QQuickMapboxGL +++ /dev/null @@ -1 +0,0 @@ -#include "qquickmapboxgl.hpp" diff --git a/platform/qt/include/QQuickMapboxGLMapParameter b/platform/qt/include/QQuickMapboxGLMapParameter deleted file mode 100644 index 603fb2bd51..0000000000 --- a/platform/qt/include/QQuickMapboxGLMapParameter +++ /dev/null @@ -1 +0,0 @@ -#include "qquickmapboxglmapparameter.hpp" |