Commit b1c4cfe5 authored by David Reid's avatar David Reid

Remove some old testing code.

parent a5644d72
...@@ -31096,10 +31096,6 @@ ma_peak2_config ma_peak2_config_init(ma_format format, ma_uint32 channels, ma_ui ...@@ -31096,10 +31096,6 @@ ma_peak2_config ma_peak2_config_init(ma_format format, ma_uint32 channels, ma_ui
config.q = q; config.q = q;
config.frequency = frequency; config.frequency = frequency;
if (config.gainDB == 0) {
config.gainDB = 6;
}
if (config.q == 0) { if (config.q == 0) {
config.q = 0.707107; config.q = 0.707107;
} }
...@@ -31228,10 +31224,6 @@ ma_loshelf2_config ma_loshelf2_config_init(ma_format format, ma_uint32 channels, ...@@ -31228,10 +31224,6 @@ ma_loshelf2_config ma_loshelf2_config_init(ma_format format, ma_uint32 channels,
config.shelfSlope = shelfSlope; config.shelfSlope = shelfSlope;
config.frequency = frequency; config.frequency = frequency;
if (config.gainDB == 0) {
config.gainDB = 6;
}
return config; return config;
} }
...@@ -31358,10 +31350,6 @@ ma_hishelf2_config ma_hishelf2_config_init(ma_format format, ma_uint32 channels, ...@@ -31358,10 +31350,6 @@ ma_hishelf2_config ma_hishelf2_config_init(ma_format format, ma_uint32 channels,
config.shelfSlope = shelfSlope; config.shelfSlope = shelfSlope;
config.frequency = frequency; config.frequency = frequency;
if (config.gainDB == 0) {
config.gainDB = 6;
}
return config; return config;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment