aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-22 22:47:26 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-22 22:47:26 +0000
commit599347b9c9b448d03dc58fc95df88267c744aa29 (patch)
tree75a70a2c16d7fcc77a747d532b7be4a38709cf0a /code/client
parent6e6bab9af628a899fca58dffc42c2ebb09eceb69 (diff)
downloadioquake3-aero-599347b9c9b448d03dc58fc95df88267c744aa29.tar.gz
ioquake3-aero-599347b9c9b448d03dc58fc95df88267c744aa29.zip
* (bug #3729) server dependencies on client.h (Ben Millwood)
* (bug #3731) BUILD_MISSIONPACK flag in Makefile (Gabriel Schnoering <gabriel.schnoering@gmail.com>) * (bug #3756) Q3VM crashes on unaligned block copy with SIGBUS (Patrick Baggett <baggett.patrick@figglesoftware.com>) and... * (bug #3755) IOQuake3 shouldn't use GCC-specific __FUNCTION__ git-svn-id: svn://svn.icculus.org/quake3/trunk@1456 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client')
-rw-r--r--code/client/cl_cin.c1
-rw-r--r--code/client/client.h2
-rw-r--r--code/client/snd_dma.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/code/client/cl_cin.c b/code/client/cl_cin.c
index bb5be7e..a1bd853 100644
--- a/code/client/cl_cin.c
+++ b/code/client/cl_cin.c
@@ -135,7 +135,6 @@ static int currentHandle = -1;
static int CL_handle = -1;
extern int s_soundtime; // sample PAIRS
-extern int s_paintedtime; // sample PAIRS
void CIN_CloseAllVideos(void) {
diff --git a/code/client/client.h b/code/client/client.h
index 889affa..aa4e389 100644
--- a/code/client/client.h
+++ b/code/client/client.h
@@ -490,8 +490,6 @@ void CL_VerifyCode( void );
float CL_KeyState (kbutton_t *key);
char *Key_KeynumToString (int keynum);
-int Key_GetCatcher( void );
-void Key_SetCatcher( int catcher );
//
// cl_parse.c
diff --git a/code/client/snd_dma.c b/code/client/snd_dma.c
index 3058281..acda0f5 100644
--- a/code/client/snd_dma.c
+++ b/code/client/snd_dma.c
@@ -38,7 +38,6 @@ void S_SoundList_f(void);
void S_Music_f(void);
void S_Update_( void );
-void S_UpdateBackgroundTrack( void );
void S_Base_StopAllSounds(void);
void S_Base_StopBackgroundTrack( void );