summaryrefslogtreecommitdiff
path: root/src/qcommon/qcommon.h
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-06-15 19:08:28 +0200
committer/dev/humancontroller <devhc@example.com>2017-02-07 17:34:59 +0100
commit89e3e3215e93439e265068facfc36b508d52a05b (patch)
treece80753c84d3d7e8710800e0c2e85dfd6baee519 /src/qcommon/qcommon.h
parentbea348d828fee2675edc5cfc9b18ad000a96a6ac (diff)
stop referencing the current working directory
remove Sys_GetCwd()
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r--src/qcommon/qcommon.h1
1 files changed, 0 insertions, 1 deletions
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);