Remove unused kconfig globals

This commit is contained in:
Kp 2013-08-16 02:19:11 +00:00
parent b3e2c99b17
commit 9c0be7cdfa

View file

@ -57,15 +57,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "ogl_init.h"
#endif
vms_vector ExtForceVec;
vms_matrix ExtApplyForceMatrix;
int ExtJoltInfo[3]={0,0,0};
int ExtXVibrateInfo[2]={0,0};
int ExtYVibrateInfo[2]={0,0};
ubyte ExtXVibrateClear=0;
ubyte ExtYVibrateClear=0;
#define TABLE_CREATION 1
// Array used to 'blink' the cursor while waiting for a keypress.
@ -1159,11 +1150,6 @@ void kconfig(int n, const char * title)
}
}
fix Last_angles_p = 0;
fix Last_angles_b = 0;
fix Last_angles_h = 0;
ubyte Last_angles_read = 0;
void kconfig_read_controls(d_event *event, int automap_flag)
{
int i = 0, j = 0, speed_factor = cheats.turbo?2:1;