diff options
Diffstat (limited to 'source/sv_null.c')
-rw-r--r-- | source/sv_null.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source/sv_null.c b/source/sv_null.c index 19bdc6d..bcea168 100644 --- a/source/sv_null.c +++ b/source/sv_null.c @@ -31,11 +31,3 @@ void SV_Frame( int msec ) { void SV_ProcessEvents( void ) { } -#if 0 -qboolean MVD_GetDemoPercent( int *percent, int *bufferPercent ) { - *percent = 0; - *bufferPercent = 0; - - return qfalse; -} -#endif |