mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Remove dead code.
This commit is contained in:
parent
6acce63a26
commit
30d249df26
@ -39,8 +39,6 @@ namespace ui {
|
||||
SystemStatusView::SystemStatusView() {
|
||||
add_children({ {
|
||||
&portapack,
|
||||
//&text_app_fifo_n,
|
||||
//&text_baseband_fifo_n,
|
||||
&rssi,
|
||||
&channel,
|
||||
&audio,
|
||||
|
@ -44,17 +44,7 @@ private:
|
||||
{ 0, 0, 9 * 8, 1 * 16 },
|
||||
"PortaPack",
|
||||
};
|
||||
/*
|
||||
Text text_app_fifo_n {
|
||||
{ 12 * 8, 0, 3 * 8, 1 * 16 },
|
||||
"---",
|
||||
};
|
||||
|
||||
Text text_baseband_fifo_n {
|
||||
{ 16 * 8, 0, 3 * 8, 1 * 16 },
|
||||
"---",
|
||||
};
|
||||
*/
|
||||
RSSI rssi {
|
||||
{ 19 * 8, 0, 11 * 8, 4 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user