aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/file_formats/load_bisqwit.h
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-23 22:10:46 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-23 22:10:46 +0300
commitf656802667e93be893ebc30a18b0f12482586e6f (patch)
treecfc7288ee0b7cb05168e84b99abe892420ea29b9 /utils/gen_adldata/file_formats/load_bisqwit.h
parent5c34909e6c77fabc2e5bfa33190b9994707e6b9e (diff)
downloadlibADLMIDI-f656802667e93be893ebc30a18b0f12482586e6f.tar.gz
libADLMIDI-f656802667e93be893ebc30a18b0f12482586e6f.tar.bz2
libADLMIDI-f656802667e93be893ebc30a18b0f12482586e6f.zip
gen_adldata: remove the rest of old code
Diffstat (limited to 'utils/gen_adldata/file_formats/load_bisqwit.h')
-rw-r--r--utils/gen_adldata/file_formats/load_bisqwit.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/gen_adldata/file_formats/load_bisqwit.h b/utils/gen_adldata/file_formats/load_bisqwit.h
index 2c803dd..478935f 100644
--- a/utils/gen_adldata/file_formats/load_bisqwit.h
+++ b/utils/gen_adldata/file_formats/load_bisqwit.h
@@ -78,13 +78,6 @@ bool BankFormats::LoadBisqwit(BanksDump &db, const char *fn, unsigned bank, cons
db.addMidiBank(bankDb, false, bnkMelodique);
db.addMidiBank(bankDb, true, bnkPercussion);
-// AdlBankSetup setup;
-// setup.volumeModel = VOLUME_Generic;
-// setup.deepTremolo = true;
-// setup.deepVibrato = true;
-// setup.scaleModulators = false;
-// SetBankSetup(bank, setup);
-
return true;
}