aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r--code/qcommon/qcommon.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index 1c970e6..a2d8106 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -1079,9 +1079,6 @@ char *Sys_DefaultInstallPath(void);
char *Sys_DefaultAppPath(void);
#endif
-void Sys_SetDefaultLibPath(const char *path);
-char *Sys_DefaultLibPath(void);
-
void Sys_SetDefaultHomePath(const char *path);
char *Sys_DefaultHomePath(void);
const char *Sys_Dirname( char *path );