Skip to content

Commit

Permalink
Remove unused enum literal MAX_PRINT_CB
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyt3 committed Nov 29, 2023
1 parent 8ae5f89 commit 1c2903b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engine/console.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class IConsole : public IInterface
TEMPCMD_HELP_LENGTH = 192,
TEMPCMD_PARAMS_LENGTH = 96,

MAX_PRINT_CB = 4,

CLIENT_ID_GAME = -2,
CLIENT_ID_NO_GAME = -3,
};
Expand Down

0 comments on commit 1c2903b

Please sign in to comment.