1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Use the ARRLEN macro in more places and remove an unused macro. (#5260)

This commit is contained in:
red-001 2017-02-18 14:24:49 +00:00 committed by Loïc Blot
parent 3d25914986
commit d988f9b769
2 changed files with 4 additions and 5 deletions

View file

@ -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