Remove unused functions

These will no longer be used.
This commit is contained in:
Kawe Mazidjatari 2023-03-15 00:00:28 +01:00
parent ed7186e4d3
commit b508096016
2 changed files with 0 additions and 11 deletions

View File

@ -7,12 +7,3 @@
#include "materialsystem/cmaterialglue.h"
///////////////////////////////////////////////////////////////////////////////
void CMaterialGlue_Attach()
{
}
void CMaterialGlue_Detach()
{
}

View File

@ -72,8 +72,6 @@ inline CMemory p_GetMaterialAtCrossHair;
inline auto GetMaterialAtCrossHair = p_GetMaterialAtCrossHair.RCast<CMaterialGlue* (*)(void)>();
#endif // !DEDICATED
void CMaterialGlue_Attach();
void CMaterialGlue_Detach();
///////////////////////////////////////////////////////////////////////////////
class VMaterialGlue : public IDetour
{