diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-11-18 15:16:57 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-11-18 16:29:18 -0800 |
commit | f2772309feb394b7caeaea436e13ef45ba86a4e7 (patch) | |
tree | 985799a23214551ff9d5454c9ae4b2ce58ec67f0 /test/test.gypi | |
parent | db1c4f2cc2f57b5ea790cac09bd9923b5d86a0ce (diff) | |
download | qtlocation-mapboxgl-f2772309feb394b7caeaea436e13ef45ba86a4e7.tar.gz |
Rewrite CustomSpriteImages test
Previous test was invalid; Map::setSprite is only for annotations.
Diffstat (limited to 'test/test.gypi')
-rw-r--r-- | test/test.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test.gypi b/test/test.gypi index 0d66b4c37c..366326a3a4 100644 --- a/test/test.gypi +++ b/test/test.gypi @@ -90,7 +90,6 @@ 'sprite/sprite_image.cpp', 'sprite/sprite_parser.cpp', 'sprite/sprite_store.cpp', - 'sprite/custom_sprites.cpp', ], 'libraries': [ '<@(gtest_static_libs)', |