summaryrefslogtreecommitdiff
path: root/source/q_shared.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-12-02 09:31:05 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-12-02 09:31:05 +0000
commite73c5000d53a37a1700862d270ea78723afec686 (patch)
tree0d823640807749420106e1af167c4ec56b40bccd /source/q_shared.h
parent59182dc7d73461ed0da66cf903eba0af9c890f9e (diff)
Finally fixed pak loading order on Windows.
Minimize probability of prediction misses to be counted as ladder steps. Make sure Q_vnsprintf always returns length in range [0, destsize - 1].
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 );