summaryrefslogtreecommitdiff
path: root/render-test/runner.hpp
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-12-13 13:21:40 +0200
committerMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-12-13 15:34:06 +0200
commit06a2930342483de5b673497aee2c836530ea5242 (patch)
treefb626c24ac947922068b3604fa44ff40c14ce41f /render-test/runner.hpp
parenta3cafbf39109fa2c0349f6ff6fb5cf432328231e (diff)
downloadqtlocation-mapboxgl-06a2930342483de5b673497aee2c836530ea5242.tar.gz
[test runner] Refactor injected probes operations code
Diffstat (limited to 'render-test/runner.hpp')
-rw-r--r--render-test/runner.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/render-test/runner.hpp b/render-test/runner.hpp
index 8a1d00bc97..7fbe0f7677 100644
--- a/render-test/runner.hpp
+++ b/render-test/runner.hpp
@@ -45,9 +45,6 @@ public:
void doShuffle(uint32_t seed);
private:
- bool runInjectedProbesBegin(TestContext&);
- bool runInjectedProbesEnd(TestContext&, mbgl::gfx::RenderingStats);
-
bool checkQueryTestResults(mbgl::PremultipliedImage&& actualImage,
std::vector<mbgl::Feature>&& features,
TestMetadata&);