mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Get rid of Sys_SetFatalError()
Unnecessary.
This commit is contained in:
parent
f6b6f1df97
commit
caf580b3ff
1 changed files with 0 additions and 3 deletions
|
@ -197,9 +197,6 @@ bool Sys_GetPath(sysPath_t type, idStr &path);
|
|||
// returns -1 if directory was not found (the list is cleared)
|
||||
int Sys_ListFiles( const char *directory, const char *extension, idList<class idStr> &list );
|
||||
|
||||
// know early if we are performing a fatal error shutdown so the error message doesn't get lost
|
||||
void Sys_SetFatalError( const char *error );
|
||||
|
||||
/*
|
||||
==============================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue