summaryrefslogtreecommitdiff
path: root/src/q_shared.h
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2010-10-01 19:33:23 +0400
committerAndrey Nazarov <skuller@skuller.net>2010-10-01 19:33:23 +0400
commit8ed29fd28f023bd9e128b7ac4abdb02a201f602e (patch)
treecf4b4fe22477022db25d9f2c83a221fb771018aa /src/q_shared.h
parentf56136418650c1f26dc5f3161f7af29bcd8d6123 (diff)
Renamed COM_FormatFileSize into Com_FormatSize, added longer variant.
Diffstat (limited to 'src/q_shared.h')
-rw-r--r--src/q_shared.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/q_shared.h b/src/q_shared.h
index 131cbfe..3d356b6 100644
--- a/src/q_shared.h
+++ b/src/q_shared.h
@@ -463,8 +463,6 @@ int QDECL SortStricmp( const void *p1, const void *p2 );
size_t COM_strclr( char *s );
qboolean COM_iswhite( const char *s );
-size_t COM_FormatFileSize( char *dest, size_t bytes, size_t size );
-
// buffer safe operations
size_t Q_strlcpy( char *dst, const char *src, size_t size );
size_t Q_strlcat( char *dst, const char *src, size_t size );