Commit 3972b779 authored by Sam Lantinga's avatar Sam Lantinga

Whoops, remove debug code

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402023
parent 3e23ac57
...@@ -184,7 +184,6 @@ D3D_SetError(const char *prefix, HRESULT result) ...@@ -184,7 +184,6 @@ D3D_SetError(const char *prefix, HRESULT result)
break; break;
} }
SDL_SetError("%s: %s", prefix, error); SDL_SetError("%s: %s", prefix, error);
fprintf(stderr, "%s: %s\n", prefix, error);
} }
static D3DFORMAT static D3DFORMAT
......
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