Remove logically dead code in R_CheckFBO

Found by Coverity.
This commit is contained in:
Zack Middleton 2015-07-12 20:35:22 -05:00
parent c7500bb28e
commit 4473924636
1 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,6 @@ qboolean R_CheckFBO(const FBO_t * fbo)
// an error occured
switch (code)
{
case GL_FRAMEBUFFER_COMPLETE_EXT:
break;
case GL_FRAMEBUFFER_UNSUPPORTED_EXT:
ri.Printf(PRINT_WARNING, "R_CheckFBO: (%s) Unsupported framebuffer format\n", fbo->name);
break;