summaryrefslogtreecommitdiff
path: root/src/clientiface.h
diff options
context:
space:
mode:
authorred-001 <red-001@outlook.ie>2017-02-18 14:24:49 +0000
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-02-18 15:24:49 +0100
commitd988f9b7694de2155425fa109523bb6f44d643ea (patch)
treeab897ae4e1cbb75adcc04b05880490cac8f73038 /src/clientiface.h
parent3d25914986845dcb789d372ec7c20d15e310572a (diff)
downloadminetest-d988f9b7694de2155425fa109523bb6f44d643ea.tar.gz
minetest-d988f9b7694de2155425fa109523bb6f44d643ea.tar.bz2
minetest-d988f9b7694de2155425fa109523bb6f44d643ea.zip
Use the `ARRLEN` macro in more places and remove an unused macro. (#5260)
Diffstat (limited to 'src/clientiface.h')
-rw-r--r--src/clientiface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/clientiface.h b/src/clientiface.h
index 551d71bbe..f002f37fb 100644
--- a/src/clientiface.h
+++ b/src/clientiface.h
@@ -165,7 +165,6 @@ namespace con {
class Connection;
}
-#define CI_ARRAYSIZE(a) (sizeof(a) / sizeof((a)[0]))
// Also make sure to update the ClientInterface::statenames
// array when modifying these enums