From c9f176f802619dbc3cf5affe33ec79f8c0077cc4 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 10 Mar 2021 21:49:09 +0300 Subject: [PATCH] common: remove double defines --- common/const.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/common/const.h b/common/const.h index 7fa83a44..2533ec09 100644 --- a/common/const.h +++ b/common/const.h @@ -606,13 +606,6 @@ #define CONTENT_GRAVITY_FLYFIELD -18 #define CONTENT_FOG -19 -#define CONTENT_EMPTY -1 -#define CONTENT_SOLID -2 -#define CONTENT_WATER -3 -#define CONTENT_SLIME -4 -#define CONTENT_LAVA -5 -#define CONTENT_SKY -6 - // channels #define CHAN_AUTO 0 #define CHAN_WEAPON 1