mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-25 22:16:14 -05:00
AnalogAudioView::on_show() is a no-op, remove.
This commit is contained in:
parent
c5f8daa210
commit
afffdba150
@ -184,12 +184,6 @@ AnalogAudioView::~AnalogAudioView() {
|
|||||||
receiver_model.disable();
|
receiver_model.disable();
|
||||||
}
|
}
|
||||||
|
|
||||||
void AnalogAudioView::on_show() {
|
|
||||||
View::on_show();
|
|
||||||
// TODO: Terrible kludge because widget system doesn't notify Waterfall that
|
|
||||||
// it's being shown or hidden.
|
|
||||||
}
|
|
||||||
|
|
||||||
void AnalogAudioView::on_hide() {
|
void AnalogAudioView::on_hide() {
|
||||||
// TODO: Terrible kludge because widget system doesn't notify Waterfall that
|
// TODO: Terrible kludge because widget system doesn't notify Waterfall that
|
||||||
// it's being shown or hidden.
|
// it's being shown or hidden.
|
||||||
|
@ -49,7 +49,6 @@ public:
|
|||||||
AnalogAudioView(NavigationView& nav);
|
AnalogAudioView(NavigationView& nav);
|
||||||
~AnalogAudioView();
|
~AnalogAudioView();
|
||||||
|
|
||||||
void on_show() override;
|
|
||||||
void on_hide() override;
|
void on_hide() override;
|
||||||
|
|
||||||
void set_parent_rect(const Rect new_parent_rect) override;
|
void set_parent_rect(const Rect new_parent_rect) override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user