Skip to content

Commit

Permalink
fix shadowed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Dec 7, 2024
1 parent f8b6d41 commit 81f8729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/client/components/tclient/menus_tclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,6 @@ void CMenus::RenderSettingsProfiles(CUIRect MainView)
CUIRect Label, LabelMid, Section, LabelRight;
static int s_SelectedProfile = -1;

const float LineSize = 20.0f;
const float MarginSmall = 5.0f;
const float FontSize = 14.0f;

char *pSkinName = g_Config.m_ClPlayerSkin;
Expand Down

0 comments on commit 81f8729

Please sign in to comment.