mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Remove unused function WRITE_1BYTES from cl_avi.c
This commit is contained in:
parent
f0c4c185fc
commit
b27e0fbf95
1 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue