Commit 27a44195 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compile warning

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404161
parent 6c0d20ab
...@@ -969,8 +969,6 @@ SDL_GetDisplayFromWindow(SDL_Window * window) ...@@ -969,8 +969,6 @@ SDL_GetDisplayFromWindow(SDL_Window * window)
static __inline__ SDL_Renderer * static __inline__ SDL_Renderer *
SDL_GetCurrentRenderer() SDL_GetCurrentRenderer()
{ {
SDL_Renderer *renderer;
if (!_this) { if (!_this) {
SDL_UninitializedVideo(); SDL_UninitializedVideo();
return NULL; return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment