From 9e5f1b6ad9d553d5bef94aaff55b3f505c0b8874 Mon Sep 17 00:00:00 2001 From: aixxe Date: Tue, 20 Dec 2016 20:11:49 +0000 Subject: [PATCH] Remove IBaseClientDLL extern from NetVars.h. * No longer needed. Signed-off-by: aixxe --- src/Utilities/NetVars.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Utilities/NetVars.h b/src/Utilities/NetVars.h index 4e6f71b..1c426f0 100644 --- a/src/Utilities/NetVars.h +++ b/src/Utilities/NetVars.h @@ -1,7 +1,5 @@ #pragma once -extern IBaseClientDLL* clientdll; - class NetVars { private: inline uintptr_t FindOffset(RecvTable* recv_table, const char* property_name, RecvProp** property_ptr = nullptr) {