Skip to content

Commit a2a3173

Browse files
authored
chore(color): remove unused 'outputButtons' vector from ModelOutputsPage class (#7679)
1 parent 0819f8d commit a2a3173

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

radio/src/gui/colorlcd/model/model_outputs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ class ModelOutputsPage : public PageGroupItem
5151
static constexpr coord_t TRIMB_W = LCD_W - PAD_SMALL * 2;
5252

5353
protected:
54-
std::vector<OutputLineButton*> outputButtons;
55-
5654
void editOutput(uint8_t channel, OutputLineButton* btn);
5755
};

0 commit comments

Comments
 (0)