Remove unused function WRITE_1BYTES from cl_avi.c

This commit is contained in:
Zack Middleton 2015-06-28 17:55:47 -05:00
parent f0c4c185fc
commit b27e0fbf95
1 changed files with 0 additions and 11 deletions

View File

@ -122,17 +122,6 @@ static ID_INLINE void WRITE_2BYTES( int x )
bufIndex += 2;
}
/*
===============
WRITE_1BYTES
===============
*/
static ID_INLINE void WRITE_1BYTES( int x )
{
buffer[ bufIndex ] = x;
bufIndex += 1;
}
/*
===============
START_CHUNK