comparison src/video/win32/SDL_d3drender.c @ 1976:b1620a317791

Whoops, remove debug code
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Aug 2006 05:25:13 +0000
parents ccef0d0c40c6
children 8055185ae4ed
comparison
equal deleted inserted replaced
1975:ccef0d0c40c6 1976:b1620a317791
182 default: 182 default:
183 error = "UNKNOWN"; 183 error = "UNKNOWN";
184 break; 184 break;
185 } 185 }
186 SDL_SetError("%s: %s", prefix, error); 186 SDL_SetError("%s: %s", prefix, error);
187 fprintf(stderr, "%s: %s\n", prefix, error);
188 } 187 }
189 188
190 static D3DFORMAT 189 static D3DFORMAT
191 PixelFormatToD3DFMT(Uint32 format) 190 PixelFormatToD3DFMT(Uint32 format)
192 { 191 {