Browse Source

help.cpp: Fix unused variable warning

pull/5490/head
Gleb Mazovetskiy 3 years ago
parent
commit
b382700ba8
  1. 1
      Source/help.cpp

1
Source/help.cpp

@ -143,7 +143,6 @@ void DrawHelpSlider(const Surface &out)
{
const Point uiPosition = GetUIRectangle().position;
const int sliderXPos = ContentTextWidth + uiPosition.x + 36;
const Point sliderPosition = uiPosition;
int sliderStart = uiPosition.y + HeaderHeight() + LineHeight() + 3;
int sliderEnd = uiPosition.y + PaddingTop + PanelHeight - 12;
ClxDraw(out, { sliderXPos, sliderStart }, (*pSTextSlidCels)[11]);

Loading…
Cancel
Save