Remove debug check.

This commit is contained in:
Themaister 2014-01-01 17:01:33 +01:00
parent f64b670d9a
commit a287ea6c6e
1 changed files with 0 additions and 6 deletions

View File

@ -680,12 +680,6 @@ bool D3DVideo::frame(const void *frame,
dev->Clear(0, 0, D3DCLEAR_TARGET, 0, 1, 0);
}
if (!chain)
{
RARCH_ERR("[D3D]: Render chain is missing!.\n");
return false;
}
if (!chain->render(frame, width, height, pitch, rotation))
{
RARCH_ERR("[D3D]: Failed to render scene.\n");