aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/clientruihooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/clientruihooks.cpp')
-rw-r--r--NorthstarDedicatedTest/clientruihooks.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/clientruihooks.cpp b/NorthstarDedicatedTest/clientruihooks.cpp
index c34207dc..0f48ced7 100644
--- a/NorthstarDedicatedTest/clientruihooks.cpp
+++ b/NorthstarDedicatedTest/clientruihooks.cpp
@@ -7,7 +7,6 @@ ConVar* Cvar_rui_drawEnable;
typedef char (*DrawRUIFuncType)(void* a1, float* a2);
DrawRUIFuncType DrawRUIFunc;
-
char DrawRUIFuncHook(void* a1, float* a2)
{
if (!Cvar_rui_drawEnable->GetBool())