diff options
-rw-r--r-- | sound/fmopl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp index d5a9055d66..c5705e01b7 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -1188,11 +1188,6 @@ FM_OPL *makeAdlibOPL(int rate) { env_bits = FMOPL_ENV_BITS_LQ; eg_ent = FMOPL_EG_ENT_LQ; } - // TODO: add a comment why we foce to MQ, - // but make a check what mode the user specified. - // Looks a bit pointless... - env_bits = FMOPL_ENV_BITS_MQ; - eg_ent = FMOPL_EG_ENT_MQ; #endif OPLBuildTables(env_bits, eg_ent); |