removed a var, added a void, removed a unused initializer

This commit is contained in:
GullCode 2021-01-28 10:08:57 +01:00
parent c3c680fc04
commit 1a48fb8c5a
2 changed files with 3 additions and 2 deletions

View file

@ -107,7 +107,7 @@ private:
std::unique_ptr<Widget> options_widget { };
tv::TVWidget tv { true };
tv::TVWidget tv { };
void on_tuning_frequency_changed(rf::Frequency f);
void on_baseband_bandwidth_changed(uint32_t bandwidth_hz);