Skip to content

Commit

Permalink
FFQuantityItem: Remove TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWillden committed Oct 26, 2020
1 parent ab7a47c commit 91f910b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cl_dll/ff/vgui/ff_quantityitem.cpp
Expand Up @@ -361,19 +361,16 @@ namespace vgui

void FFQuantityItem::SetAmountFontShadow( bool bHasShadow )
{
//TODO: Find out... do the font dimentions need to be altered when we add a shadow?
m_bAmountFontShadow = bHasShadow;
}

void FFQuantityItem::SetIconFontShadow( bool bHasShadow )
{
//TODO: Find out... do the font dimentions need to be altered when we add a shadow? Is there any point?
m_bIconFontShadow = bHasShadow;
}

void FFQuantityItem::SetLabelFontShadow( bool bHasShadow )
{
//TODO: Find out... do the font dimentions need to be altered when we add a shadow? Is there any point?
m_bLabelFontShadow = bHasShadow;
}

Expand Down

0 comments on commit 91f910b

Please sign in to comment.