Redundant if-statement
This commit is contained in:
parent
5396889195
commit
629049dea0
|
@ -1749,10 +1749,8 @@ 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);
|
||||
}
|
||||
}
|
||||
|
||||
if (is_4op || is_6op) {
|
||||
// Operator placement is different so need to place in correct registers.
|
||||
|
|
Loading…
Reference in a new issue