Skip to content

Commit

Permalink
Remove duplicate case value
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 committed Apr 24, 2019
1 parent 51bb340 commit fb1eded
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/video/SDL_bmp.c
Expand Up @@ -222,14 +222,6 @@ SDL_Surface * SDL_LoadBMP_RW (SDL_RWops *src, int freesrc)
break;
}
break;
case 2:
case 3:
case 5:
case 6:
case 7:
SDL_SetError("%d-bpp BMP images are not supported", biBitCount);
was_error = SDL_TRUE;
goto done;
default:
SDL_SetError("Compressed BMP files not supported");
was_error = SDL_TRUE;
Expand Down

0 comments on commit fb1eded

Please sign in to comment.