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

Commit

Permalink
Whoops, remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 7, 2006
1 parent c2ac663 commit 44fa0dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/win32/SDL_d3drender.c
Expand Up @@ -184,7 +184,6 @@ D3D_SetError(const char *prefix, HRESULT result)
break;
}
SDL_SetError("%s: %s", prefix, error);
fprintf(stderr, "%s: %s\n", prefix, error);
}

static D3DFORMAT
Expand Down

0 comments on commit 44fa0dd

Please sign in to comment.