summaryrefslogtreecommitdiff
path: root/src/particles.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-04-29 12:18:14 +0200
committerLoic Blot <loic.blot@unix-experience.fr>2017-04-29 12:18:58 +0200
commit9762650f978cc7bae78861b70a051b26cc5e2dc6 (patch)
tree01ecae9c6f578b0679cb7398c83a78e0bfafb4ec /src/particles.h
parentdc5bc6cac7b81ab27e0064bc25b5fd1d8d617340 (diff)
downloadminetest-9762650f978cc7bae78861b70a051b26cc5e2dc6.tar.gz
minetest-9762650f978cc7bae78861b70a051b26cc5e2dc6.tar.bz2
minetest-9762650f978cc7bae78861b70a051b26cc5e2dc6.zip
Remove legacy unused define DIGGING_PARTICLES_AMOUNT
Diffstat (limited to 'src/particles.h')
-rw-r--r--src/particles.h2
1 files changed, 0 insertions, 2 deletions
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 <iostream>
#include "irrlichttypes_extrabloated.h"
#include "client/tile.h"