mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-28 21:40:47 +00:00
Took out unused func declaration
This commit is contained in:
parent
5c4e27ea29
commit
de99afa19b
@ -118,8 +118,6 @@ namespace ui {
|
|||||||
|
|
||||||
void focus() override;
|
void focus() override;
|
||||||
|
|
||||||
void big_display_freq( int64_t f );
|
|
||||||
|
|
||||||
const Style style_grey { // recon
|
const Style style_grey { // recon
|
||||||
.font = font::fixed_8x16,
|
.font = font::fixed_8x16,
|
||||||
.background = Color::black(),
|
.background = Color::black(),
|
||||||
|
@ -88,8 +88,6 @@ public:
|
|||||||
|
|
||||||
void focus() override;
|
void focus() override;
|
||||||
|
|
||||||
void big_display_freq(rf::Frequency f);
|
|
||||||
|
|
||||||
const Style style_grey { // scanning
|
const Style style_grey { // scanning
|
||||||
.font = font::fixed_8x16,
|
.font = font::fixed_8x16,
|
||||||
.background = Color::black(),
|
.background = Color::black(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user