Skip to content
Snippets Groups Projects
Commit f5c0e68c authored by rswindell's avatar rswindell
Browse files

Remove msvc6-exposed unused variables.

parent 5ef8e735
No related branches found
No related tags found
No related merge requests found
...@@ -112,12 +112,10 @@ struct alsa_api_struct *alsa_api=NULL; ...@@ -112,12 +112,10 @@ struct alsa_api_struct *alsa_api=NULL;
void makewave(double freq, unsigned char *wave, int samples, enum WAVE_SHAPE shape) void makewave(double freq, unsigned char *wave, int samples, enum WAVE_SHAPE shape)
{ {
int i; int i;
int j;
int midpoint; int midpoint;
double inc; double inc;
double pos; double pos;
BOOL endhigh; BOOL endhigh;
BOOL starthigh;
midpoint=samples/2; midpoint=samples/2;
inc=8.0*atan(1.0); inc=8.0*atan(1.0);
...@@ -341,8 +339,6 @@ BOOL xptone(double freq, DWORD duration, enum WAVE_SHAPE shape) ...@@ -341,8 +339,6 @@ BOOL xptone(double freq, DWORD duration, enum WAVE_SHAPE shape)
{ {
WAVEHDR wh; WAVEHDR wh;
unsigned char wave[S_RATE*15/2+1]; unsigned char wave[S_RATE*15/2+1];
WORD* p;
DWORD endTime;
BOOL success=FALSE; BOOL success=FALSE;
BOOL must_close=FALSE; BOOL must_close=FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment