From: Loic Blot Date: Sat, 29 Apr 2017 10:18:14 +0000 (+0200) Subject: Remove legacy unused define DIGGING_PARTICLES_AMOUNT X-Git-Tag: 0.4.16~181 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9762650f978cc7bae78861b70a051b26cc5e2dc6;p=oweals%2Fminetest.git Remove legacy unused define DIGGING_PARTICLES_AMOUNT --- diff --git a/src/particles.h b/src/particles.h index 7ffb1c728..eaec1f0fa 100644 --- a/src/particles.h +++ b/src/particles.h @@ -20,8 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #ifndef PARTICLES_HEADER #define PARTICLES_HEADER -#define DIGGING_PARTICLES_AMOUNT 10 - #include #include "irrlichttypes_extrabloated.h" #include "client/tile.h"