From f6625d91887f06d5b57fd89e86c2dfc28b04f8cd Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 30 May 2024 07:22:21 +0300 Subject: [PATCH] engine: common: remove unused et_name array --- engine/common/world.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/engine/common/world.c b/engine/common/world.c index 592c39db..9ed7f082 100644 --- a/engine/common/world.c +++ b/engine/common/world.c @@ -20,16 +20,6 @@ GNU General Public License for more details. #include "xash3d_mathlib.h" #include "studio.h" -// just for debug -const char *et_name[] = -{ - "normal", - "player", - "tempentity", - "beam", - "fragmented", -}; - /* ===============================================================================