mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove unused functions
These will no longer be used.
This commit is contained in:
parent
ed7186e4d3
commit
b508096016
@ -7,12 +7,3 @@
|
||||
#include "materialsystem/cmaterialglue.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
void CMaterialGlue_Attach()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CMaterialGlue_Detach()
|
||||
{
|
||||
|
||||
}
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user