Remove some old testing code.

This commit is contained in:
David Reid
2020-02-24 17:27:08 +10:00
parent a5644d7295
commit b1c4cfe5cc
-12
View File
@@ -31096,10 +31096,6 @@ ma_peak2_config ma_peak2_config_init(ma_format format, ma_uint32 channels, ma_ui
config.q = q;
config.frequency = frequency;
if (config.gainDB == 0) {
config.gainDB = 6;
}
if (config.q == 0) {
config.q = 0.707107;
}
@@ -31228,10 +31224,6 @@ ma_loshelf2_config ma_loshelf2_config_init(ma_format format, ma_uint32 channels,
config.shelfSlope = shelfSlope;
config.frequency = frequency;
if (config.gainDB == 0) {
config.gainDB = 6;
}
return config;
}
@@ -31358,10 +31350,6 @@ ma_hishelf2_config ma_hishelf2_config_init(ma_format format, ma_uint32 channels,
config.shelfSlope = shelfSlope;
config.frequency = frequency;
if (config.gainDB == 0) {
config.gainDB = 6;
}
return config;
}