Took out unused func declaration

This commit is contained in:
GullCode 2023-04-28 12:55:58 +02:00
parent 5c4e27ea29
commit de99afa19b
2 changed files with 0 additions and 4 deletions

View File

@ -118,8 +118,6 @@ namespace ui {
void focus() override;
void big_display_freq( int64_t f );
const Style style_grey { // recon
.font = font::fixed_8x16,
.background = Color::black(),

View File

@ -88,8 +88,6 @@ public:
void focus() override;
void big_display_freq(rf::Frequency f);
const Style style_grey { // scanning
.font = font::fixed_8x16,
.background = Color::black(),