SDL: Remove some unused variables

This commit is contained in:
Jan Holthuis 2015-10-11 18:19:52 +02:00
parent 098e208a57
commit 20d43fb04e
2 changed files with 0 additions and 3 deletions

View File

@ -401,8 +401,6 @@ void sdl_window_set_text(const char* text)
#endif
}
int ndcid = 0;
void sdl_window_create()
{
if (SDL_WasInit(SDL_INIT_VIDEO) == 0)

View File

@ -1,7 +1,6 @@
#pragma once
#include <SDL2/SDL.h>
extern void* sdl_glc;
extern void input_sdl_init();
extern void input_sdl_handle(u32 port);
extern void sdl_window_create();