1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Drop an indirection level in plots.

This commit is contained in:
Bartosz Taudul
2017-12-05 21:24:09 +01:00
parent 702f235c1b
commit 081087b9ce
3 changed files with 35 additions and 54 deletions
-1
View File
@@ -115,7 +115,6 @@ private:
void UpdateLockCount( LockMap& lockmap, size_t pos );
void InsertPlot( PlotData* plot, int64_t time, double val );
void InsertPlot( PlotData* plot, PlotItem* item );
void HandlePlotName( uint64_t name, char* str, size_t sz );
void HandlePostponedPlots();