BAGEL: Remove unreachable code in CBofMovie

This commit is contained in:
Strangerke 2024-05-26 06:19:12 +01:00
parent 3bbe28bcd8
commit 79457670a1

View File

@ -100,7 +100,6 @@ bool CBofMovie::openMovie(const char *sFilename) {
if (!_pSmk->loadFile(sFilename)) {
// Opened failed
error("Movie not found=%s", sFilename);
return false;
}
// If supposed to stretch into specified window