Redundant if-statement

This commit is contained in:
James Alan Nguyen 2022-03-20 05:50:22 +11:00
parent 5396889195
commit 629049dea0
1 changed files with 1 additions and 3 deletions

View File

@ -1749,9 +1749,7 @@ bool DivEngine::addInstrumentFromFile(const char* path) {
opC.ws = sbi_Cwave;
// Ignore rest of file - rest is 'reserved padding'.
if (is_2op) {
reader.seek(0, SEEK_END);
}
reader.seek(0, SEEK_END);
}
if (is_4op || is_6op) {