[iortcw] 353/497: All: Remove unused function WRITE_1BYTES from cl_avi.c
Simon McVittie
smcv at debian.org
Fri Sep 8 10:37:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to annotated tag 1.42d
in repository iortcw.
commit de486ae53fd692c3621b120953c3731eca060933
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date: Tue Jun 30 20:32:05 2015 -0400
All: Remove unused function WRITE_1BYTES from cl_avi.c
---
MP/code/client/cl_avi.c | 12 ------------
SP/code/client/cl_avi.c | 12 ------------
2 files changed, 24 deletions(-)
diff --git a/MP/code/client/cl_avi.c b/MP/code/client/cl_avi.c
index 27a4c50..b47c72d 100644
--- a/MP/code/client/cl_avi.c
+++ b/MP/code/client/cl_avi.c
@@ -123,18 +123,6 @@ static ID_INLINE void WRITE_2BYTES( int x ) {
/*
===============
-WRITE_1BYTES
-===============
-*/
-#if 0
-static ID_INLINE void WRITE_1BYTES( int x ) {
- buffer[ bufIndex ] = x;
- bufIndex += 1;
-}
-#endif
-
-/*
-===============
START_CHUNK
===============
*/
diff --git a/SP/code/client/cl_avi.c b/SP/code/client/cl_avi.c
index 27a4c50..b47c72d 100644
--- a/SP/code/client/cl_avi.c
+++ b/SP/code/client/cl_avi.c
@@ -123,18 +123,6 @@ static ID_INLINE void WRITE_2BYTES( int x ) {
/*
===============
-WRITE_1BYTES
-===============
-*/
-#if 0
-static ID_INLINE void WRITE_1BYTES( int x ) {
- buffer[ bufIndex ] = x;
- bufIndex += 1;
-}
-#endif
-
-/*
-===============
START_CHUNK
===============
*/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git
More information about the Pkg-games-commits
mailing list