Skip to content

Commit

Permalink
Remove unused function WRITE_1BYTES from cl_avi.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Jun 28, 2015
1 parent f0c4c18 commit b27e0fb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions code/client/cl_avi.c
Expand Up @@ -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
Expand Down

0 comments on commit b27e0fb

Please sign in to comment.