Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 8, 2009
1 parent d53acdd commit 50904dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/SDL_video.c
Expand Up @@ -969,8 +969,6 @@ SDL_GetDisplayFromWindow(SDL_Window * window)
static __inline__ SDL_Renderer *
SDL_GetCurrentRenderer()
{
SDL_Renderer *renderer;

if (!_this) {
SDL_UninitializedVideo();
return NULL;
Expand Down

0 comments on commit 50904dc

Please sign in to comment.