summaryrefslogtreecommitdiff
path: root/source/q_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/q_shared.h')
-rw-r--r--source/q_shared.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/q_shared.h b/source/q_shared.h
index 5611caf..36e0177 100644
--- a/source/q_shared.h
+++ b/source/q_shared.h
@@ -466,8 +466,6 @@ int QDECL SortStrcmp( const void *p1, const void *p2 );
uint32 Com_HashString( const char *string, int hashSize );
uint32 Com_HashPath( const char *string, int hashSize );
-char *Com_ReplaceSeparators( char *s, int separator );
-
// buffer safe operations
int Q_strncpyz( char *dest, const char *src, int destsize );
int Q_strcat( char *dest, int destsize, const char *src );