mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 07:30:08 -04:00
Remove unused ReceiverView() receiver_model arg.
This commit is contained in:
parent
db2f78f0f8
commit
e04e72abe7
3 changed files with 5 additions and 9 deletions
|
@ -354,7 +354,7 @@ constexpr Style style_options_group {
|
|||
|
||||
class ReceiverView : public View {
|
||||
public:
|
||||
ReceiverView(NavigationView& nav, ReceiverModel& receiver_model);
|
||||
ReceiverView(NavigationView& nav);
|
||||
~ReceiverView();
|
||||
|
||||
void on_show() override;
|
||||
|
@ -363,8 +363,6 @@ public:
|
|||
void focus() override;
|
||||
|
||||
private:
|
||||
ReceiverModel& receiver_model;
|
||||
|
||||
RSSI rssi {
|
||||
{ 19 * 8, 0, 11 * 8, 4 },
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue