warning C4702: unreachable code

This commit is contained in:
Glenn Maynard
2003-05-22 08:38:57 +00:00
parent 84bcc3146a
commit 383779f2fc
-1
View File
@@ -259,7 +259,6 @@ D3DFORMAT FindBackBufferType(bool bWindowed, int iBPP)
}
RageException::Throw( "Couldn't find an appropriate back buffer format." );
return D3DFMT_UNKNOWN;
}
#ifndef _XBOX