Fix unreachable code warning

This commit is contained in:
Aleš Gajdacz
2020-02-08 23:34:09 +01:00
committed by GitHub
parent ebb1aaa06d
commit 7e319ad99b
-1
View File
@@ -2876,7 +2876,6 @@ static size_t GetIntegerv(ALCdevice *device, ALCenum param, const al::span<ALCin
default:
alcSetError(nullptr, ALC_INVALID_ENUM);
return 0;
}
return 0;
}