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 Jan 21, 2010
1 parent c2dcb63 commit f06a6ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/SDL_video.c
Expand Up @@ -2711,7 +2711,6 @@ void
SDL_DestroyRenderer(SDL_Window * window)
{
SDL_Renderer *renderer;
int i;

if (!window) {
return;
Expand Down

0 comments on commit f06a6ff

Please sign in to comment.