mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Remove unused variables.
This commit is contained in:
parent
da6ea47541
commit
8bbd50361a
@ -10,8 +10,6 @@
|
|||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
|
||||||
constexpr float MinCtxSize = 4;
|
|
||||||
|
|
||||||
const char* View::DecodeContextSwitchReasonCode( uint8_t reason )
|
const char* View::DecodeContextSwitchReasonCode( uint8_t reason )
|
||||||
{
|
{
|
||||||
switch( reason )
|
switch( reason )
|
||||||
@ -139,7 +137,6 @@ const char* View::DecodeContextSwitchState( uint8_t state )
|
|||||||
void View::DrawContextSwitchList( const TimelineContext& ctx, const std::vector<ContextSwitchDraw>& drawList, int offset, int endOffset, bool isFiber )
|
void View::DrawContextSwitchList( const TimelineContext& ctx, const std::vector<ContextSwitchDraw>& drawList, int offset, int endOffset, bool isFiber )
|
||||||
{
|
{
|
||||||
const auto vStart = ctx.vStart;
|
const auto vStart = ctx.vStart;
|
||||||
const auto vEnd = ctx.vEnd;
|
|
||||||
const auto& wpos = ctx.wpos;
|
const auto& wpos = ctx.wpos;
|
||||||
const auto pxns = ctx.pxns;
|
const auto pxns = ctx.pxns;
|
||||||
const auto hover = ctx.hover;
|
const auto hover = ctx.hover;
|
||||||
|
Loading…
Reference in New Issue
Block a user