mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-13 07:57:23 +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;
|
bufIndex += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
===============
|
|
||||||
WRITE_1BYTES
|
|
||||||
===============
|
|
||||||
*/
|
|
||||||
static ID_INLINE void WRITE_1BYTES( int x )
|
|
||||||
{
|
|
||||||
buffer[ bufIndex ] = x;
|
|
||||||
bufIndex += 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
===============
|
===============
|
||||||
START_CHUNK
|
START_CHUNK
|
||||||
|
|
Loading…
Reference in a new issue