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:
parent
3d25914986
commit
d988f9b769
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue