From ce2a7d674155e54e0e181d1decef87eb6ad9c68f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 20 Oct 2021 22:57:09 +0200 Subject: [PATCH] Offset field is not used. --- client/TracyProfiler.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/TracyProfiler.hpp b/client/TracyProfiler.hpp index 68a30982..63fe5318 100644 --- a/client/TracyProfiler.hpp +++ b/client/TracyProfiler.hpp @@ -137,7 +137,6 @@ class Profiler uint32_t frame; uint16_t w; uint16_t h; - uint8_t offset; bool flip; }; @@ -249,7 +248,6 @@ public: uint32_t( profiler.m_frameCount.load( std::memory_order_relaxed ) - offset ), w, h, - 0, flip } ); #endif