mirror of
https://github.com/odamex/odamex
synced 2026-08-19 02:23:09 -04:00
Delete MAX_ERRORTEXT macro
It hasn't been used for quite a while now
This commit is contained in:
parent
0e5ea9561b
commit
c76889f77b
3 changed files with 0 additions and 6 deletions
|
|
@ -330,8 +330,6 @@ void I_Quit()
|
|||
//
|
||||
bool gameisdead;
|
||||
|
||||
#define MAX_ERRORTEXT 1024
|
||||
|
||||
void call_terms();
|
||||
|
||||
void I_BaseWarning(const std::string& warningtext)
|
||||
|
|
|
|||
|
|
@ -180,8 +180,6 @@ void I_Quit()
|
|||
//
|
||||
bool gameisdead;
|
||||
|
||||
#define MAX_ERRORTEXT 1024
|
||||
|
||||
void call_terms();
|
||||
|
||||
[[noreturn]] void I_BaseError(const std::string& errortext)
|
||||
|
|
|
|||
|
|
@ -133,8 +133,6 @@ void I_Quit() {}
|
|||
//
|
||||
bool gameisdead;
|
||||
|
||||
#define MAX_ERRORTEXT 1024
|
||||
|
||||
void I_BaseError(const std::string& errortext)
|
||||
{
|
||||
throw CRecoverableError(errortext);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue