Skip to content

Commit

Permalink
testgesture: minor cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 16, 2019
1 parent 5897ed8 commit 7cc0a60
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/testgesture.c
Expand Up @@ -42,9 +42,7 @@ static int eventWrite;

static int colors[7] = {0xFF,0xFF00,0xFF0000,0xFFFF00,0x00FFFF,0xFF00FF,0xFFFFFF};

SDL_Surface *screen;
SDL_Window *window;
int quitting = 0;
static int quitting = 0;

typedef struct {
float x,y;
Expand Down Expand Up @@ -267,10 +265,6 @@ void loop()

int main(int argc, char* argv[])
{
int i;

quitting = 0;

/* gesture variables */
knob.r = .1f;
knob.ang = 0;
Expand Down

0 comments on commit 7cc0a60

Please sign in to comment.