Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-06-26 22:35:09 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-26 22:35:09 +0300
commitfc106079c5c36bbbf35fdae933cc3b6e0b144517 (patch)
treecdd9c31cb4e8392a9090ca0920de86b2ef007030 /server/TracyView.hpp
parent3bf23e15bbb0ee719552cfbe1f1545e3a719e31d (diff)
Remove CPU migration highlight for zones.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 49343d7f..483b9308 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -150,7 +150,7 @@ private:
uint32_t GetZoneColor( const ZoneEvent& ev );
uint32_t GetZoneColor( const GpuEvent& ev );
- uint32_t GetZoneHighlight( const ZoneEvent& ev, bool migration );
+ uint32_t GetZoneHighlight( const ZoneEvent& ev );
uint32_t GetZoneHighlight( const GpuEvent& ev );
float GetZoneThickness( const ZoneEvent& ev );
float GetZoneThickness( const GpuEvent& ev );
@@ -243,8 +243,6 @@ private:
int64_t m_zvStart = 0;
int64_t m_zvEnd = 0;
- int8_t m_lastCpu;
-
int m_zvHeight = 0;
int m_zvScroll = 0;