mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-17 18:28:28 +00:00
Removed unused signal includes and handler in test programs.
This commit is contained in:
parent
bf8ccf08bb
commit
fa3944ba39
3 changed files with 0 additions and 11 deletions
|
@ -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
|
||||
|
@ -104,11 +100,6 @@ fillerup(void *unused, Uint8 * stream, int len)
|
|||
}
|
||||
|
||||
static int done = 0;
|
||||
void
|
||||
poked(int sig)
|
||||
{
|
||||
done = 1;
|
||||
}
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue