mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 08:45:31 -05:00
Fixed compile warning
This commit is contained in:
@@ -969,8 +969,6 @@ SDL_GetDisplayFromWindow(SDL_Window * window)
|
||||
static __inline__ SDL_Renderer *
|
||||
SDL_GetCurrentRenderer()
|
||||
{
|
||||
SDL_Renderer *renderer;
|
||||
|
||||
if (!_this) {
|
||||
SDL_UninitializedVideo();
|
||||
return NULL;
|
||||
|
||||
Reference in New Issue
Block a user