Delete MAX_ERRORTEXT macro

It hasn't been used for quite a while now
This commit is contained in:
Mia McMahill 2026-07-31 01:33:43 -05:00
parent 0e5ea9561b
commit c76889f77b
3 changed files with 0 additions and 6 deletions

View file

@ -330,8 +330,6 @@ void I_Quit()
//
bool gameisdead;
#define MAX_ERRORTEXT 1024
void call_terms();
void I_BaseWarning(const std::string& warningtext)

View file

@ -180,8 +180,6 @@ void I_Quit()
//
bool gameisdead;
#define MAX_ERRORTEXT 1024
void call_terms();
[[noreturn]] void I_BaseError(const std::string& errortext)

View file

@ -133,8 +133,6 @@ void I_Quit() {}
//
bool gameisdead;
#define MAX_ERRORTEXT 1024
void I_BaseError(const std::string& errortext)
{
throw CRecoverableError(errortext);