Skip to content

Commit afaabab

Browse files
committed
Addendum to 412d586: Remove leftover changes from revert
1 parent f81892a commit afaabab

File tree

1 file changed

+0
-4
lines changed
  • Shared/mods/deathmatch/logic

1 file changed

+0
-4
lines changed

Shared/mods/deathmatch/logic/Utils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ bool IsValidFilePath(const char* szPath);
137137
bool IsValidOrganizationPath(const char* szPath);
138138
#endif
139139

140-
unsigned int HexToInt(const char* szHex);
141-
bool XMLColorToInt(const char* szColor, unsigned long& ulColor);
142-
bool XMLColorToInt(const char* szColor, unsigned char& ucRed, unsigned char& ucGreen, unsigned char& ucBlue, unsigned char& ucAlpha);
143-
144140
inline float WrapAround(float fValue, float fHigh)
145141
{
146142
return fValue - (fHigh * floor(static_cast<float>(fValue / fHigh)));

0 commit comments

Comments
 (0)