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@nereid.pl>2022-07-02 16:27:08 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-02 16:27:08 +0300
commit0d41a6c48bbe5651558b361dd0ee1464b7b3a816 (patch)
tree83e459b34d9b35afcd898e602686506049c6268e /server/TracyView.hpp
parent5ed7d71927a43fef209dceeda2b0dd62bdba13cb (diff)
Move DrawHistogramMinMaxLabel() to TracyImGui.cpp.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 8fbef937..790b98a5 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -387,8 +387,6 @@ private:
void AdjustThreadHeight( View::VisData& vis, int oldOffset, int& offset );
float AdjustThreadPosition( View::VisData& vis, float wy, int& offset );
-
- void DrawHistogramMinMaxLabel( ImDrawList* draw, int64_t tmin, int64_t tmax, ImVec2 wpos, float w, float ty );
static int64_t AdjustGpuTime( int64_t time, int64_t begin, int drift );
static const char* DecodeContextSwitchState( uint8_t state );