From ccde3c8ca63a58a2d93b725e8d215fa96bd0f683 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 17 Dec 2016 13:08:08 +1000 Subject: [PATCH] Remove unused macro --- qcsrc/common/wepent.qc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qcsrc/common/wepent.qc b/qcsrc/common/wepent.qc index 1b6e40778..e244e7b7c 100644 --- a/qcsrc/common/wepent.qc +++ b/qcsrc/common/wepent.qc @@ -4,12 +4,6 @@ var = x; \ MACRO_END -/** the engine player name strings are mutable! */ -#define WEPENT_SET_MUTABLE_STRING(var, x) MACRO_BEGIN \ - if (var) strunzone(var); \ - var = strzone(x); \ -MACRO_END - // #define PROP(public, fld, set, sv, cl) #define WEPENT_NETPROPS(PROP) PROP(false, sv_entnum, WEPENT_SET_NORMAL, {}, {}) /* sentinel */ \ PROP(false, m_switchweapon, WEPENT_SET_NORMAL, \ -- 2.39.2