Skip to content

Commit

Permalink
Removed unused signal includes and handler in test programs.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 20, 2017
1 parent bf8ccf0 commit fa3944b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions test/loopwave.c
Expand Up @@ -20,10 +20,6 @@
#include <stdio.h>
#include <stdlib.h>

#if HAVE_SIGNAL_H
#include <signal.h>
#endif

#ifdef __EMSCRIPTEN__
#include <emscripten/emscripten.h>
#endif
Expand Down Expand Up @@ -104,11 +100,6 @@ fillerup(void *unused, Uint8 * stream, int len)
}

static int done = 0;
void
poked(int sig)
{
done = 1;
}

#ifdef __EMSCRIPTEN__
void
Expand Down
1 change: 0 additions & 1 deletion test/testerror.c
Expand Up @@ -14,7 +14,6 @@

#include <stdio.h>
#include <stdlib.h>
#include <signal.h>

#include "SDL.h"

Expand Down
1 change: 0 additions & 1 deletion test/testmessage.c
Expand Up @@ -14,7 +14,6 @@

#include <stdio.h>
#include <stdlib.h>
#include <signal.h>

#include "SDL.h"

Expand Down

0 comments on commit fa3944b

Please sign in to comment.