diff --git a/plugins/include/sdktools.inc b/plugins/include/sdktools.inc index 95663e8f2..51dcf499c 100644 --- a/plugins/include/sdktools.inc +++ b/plugins/include/sdktools.inc @@ -89,9 +89,7 @@ enum SDKType SDKType_Edict, /**< edict_t (always as pointer) */ SDKType_String, /**< NULL-terminated string (always as pointer) */ SDKType_Bool, /**< Boolean (any) */ -#if defined VIRTUAL_ADDRESS SDKType_VirtualAddress, /**< SM Virtual Address */ -#endif }; enum SDKPassMethod