mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Use the ARRLEN
macro in more places and remove an unused macro. (#5260)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user