Remove (non-existent) Sys_SetDefaultHomePath declaration

This commit is contained in:
Tim Angus 2025-09-01 17:45:49 +01:00
parent 9f09335084
commit 86f9630a40

View File

@ -1128,7 +1128,6 @@ char *Sys_MicrosoftStorePath(void);
char *Sys_DefaultAppPath(void);
#endif
void Sys_SetDefaultHomePath(const char *path);
char *Sys_DefaultHomePath(void);
const char *Sys_Dirname( char *path );
const char *Sys_Basename( char *path );