From 89e3e3215e93439e265068facfc36b508d52a05b Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Mon, 15 Jun 2015 19:08:28 +0200 Subject: stop referencing the current working directory remove Sys_GetCwd() --- src/qcommon/qcommon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qcommon/qcommon.h') diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 0413a36c..495c9ca1 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -1072,7 +1072,6 @@ void Sys_ShowIP(void); FILE *Sys_FOpen( const char *ospath, const char *mode ); qboolean Sys_Mkdir( const char *path ); FILE *Sys_Mkfifo( const char *ospath ); -char *Sys_Cwd( void ); void Sys_SetDefaultInstallPath(const char *path); char *Sys_DefaultInstallPath(void); -- cgit