summaryrefslogtreecommitdiff
path: root/test/style/source.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-16 13:48:33 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-15 09:56:18 -0700
commit6e78eabfff75579286ab23cbde8a36fba061ca1d (patch)
tree2437392712213f97c0326cce8691a6944fb72734 /test/style/source.cpp
parent253a007d99c2079b95d5c6d11715e16815067e16 (diff)
downloadqtlocation-mapboxgl-6e78eabfff75579286ab23cbde8a36fba061ca1d.tar.gz
[core] Clean up ThreadContext vestiges
Diffstat (limited to 'test/style/source.cpp')
-rw-r--r--test/style/source.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/style/source.cpp b/test/style/source.cpp
index 73367f639f..9c334c65d5 100644
--- a/test/style/source.cpp
+++ b/test/style/source.cpp
@@ -21,7 +21,6 @@ using namespace mbgl;
class SourceTest {
public:
- util::ThreadContext context { "Map", util::ThreadType::Map, util::ThreadPriority::Regular };
util::RunLoop loop;
StubFileSource fileSource;
StubStyleObserver observer;
@@ -51,8 +50,6 @@ public:
// Squelch logging.
Log::setObserver(std::make_unique<Log::NullObserver>());
- util::ThreadContext::Set(&context);
-
transform.resize({{ 512, 512 }});
transform.setLatLngZoom({0, 0}, 0);