]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
added FS_CheckNastyPath prototype to fs.h so that it can be used elsewhere
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index 8bf3d1c56d905387eaebd12d69ef14752a90cde5..bee65369560b3ce153bc500d966d6b01ab0de55b 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -1143,7 +1143,6 @@ FS_ChangeGameDir
 */
 void Host_SaveConfig_f (void);
 void Host_LoadConfig_f (void);
-int FS_CheckNastyPath (const char *path, qboolean isgamedir);
 qboolean FS_ChangeGameDir(const char *string)
 {
        // if already using the requested gamedir, do nothing