Skip to content

Commit 2b74c56

Browse files
committed
NUKE unused MAX_INFO_KEY and MAX_INFO_VALUE
1 parent 468d513 commit 2b74c56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/engine/qcommon/q_shared.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ using clipHandle_t = int;
182182
#define MAX_ADDR_CHARS sizeof("[1111:2222:3333:4444:5555:6666:7777:8888]:99999")
183183

184184
#define MAX_INFO_STRING 1024
185-
#define MAX_INFO_KEY 1024
186-
#define MAX_INFO_VALUE 1024
187185

188186
#define BIG_INFO_STRING 8192 // used for system info key only
189187
#define BIG_INFO_KEY 8192

0 commit comments

Comments
 (0)