SDL: Remove some unused variables
This commit is contained in:
parent
098e208a57
commit
20d43fb04e
|
@ -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)
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue