unused garbage

This commit is contained in:
tildearrow 2022-11-17 23:12:32 -05:00
parent dbcd7f31a8
commit c34ddea605
1 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,13 @@ void DivInstrument::putInsData2(SafeWriter* w, bool fui) {
blockStartSeek=w->tell();
w->writeI(0);
}
blockEndSeek=w->tell();
if (!fui) {
w->seek(blockStartSeek,SEEK_SET);
w->writeI(blockEndSeek-blockStartSeek-4);
}
w->seek(0,SEEK_END);
}
void DivInstrument::putInsData(SafeWriter* w) {