From 86f9630a40975f1c54c6285065b60f7bda408baf Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 1 Sep 2025 17:45:49 +0100 Subject: [PATCH] Remove (non-existent) Sys_SetDefaultHomePath declaration --- code/qcommon/qcommon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index da69825a..de05cfd9 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -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 );