[QuickPatch] Remove test function
This commit is contained in:
parent
6361464d9c
commit
16d6c059dc
@ -172,11 +172,6 @@ namespace Components
|
|||||||
}, nullptr, false);
|
}, nullptr, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void QuickPatch::testFunc()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
QuickPatch::QuickPatch()
|
QuickPatch::QuickPatch()
|
||||||
{
|
{
|
||||||
// protocol version (workaround for hacks)
|
// protocol version (workaround for hacks)
|
||||||
@ -447,11 +442,6 @@ namespace Components
|
|||||||
QuickPatch::CompareMaterialStateBits();
|
QuickPatch::CompareMaterialStateBits();
|
||||||
});
|
});
|
||||||
|
|
||||||
Command::Add("test", [](Command::Params*)
|
|
||||||
{
|
|
||||||
QuickPatch::testFunc();
|
|
||||||
});
|
|
||||||
|
|
||||||
// Dvars
|
// Dvars
|
||||||
Dvar::Register<bool>("ui_streamFriendly", false, Game::DVAR_FLAG_SAVED, "Stream friendly UI");
|
Dvar::Register<bool>("ui_streamFriendly", false, Game::DVAR_FLAG_SAVED, "Stream friendly UI");
|
||||||
|
|
||||||
|
@ -34,7 +34,5 @@ namespace Components
|
|||||||
static int MsgReadBitsCompressCheckCL(const char *from, char *to, int size);
|
static int MsgReadBitsCompressCheckCL(const char *from, char *to, int size);
|
||||||
|
|
||||||
static void CompareMaterialStateBits();
|
static void CompareMaterialStateBits();
|
||||||
|
|
||||||
static void testFunc();
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user