Remove dead code.

This commit is contained in:
Jared Boone 2015-08-01 15:20:44 -07:00
parent 6acce63a26
commit 30d249df26
2 changed files with 0 additions and 12 deletions

View File

@ -39,8 +39,6 @@ namespace ui {
SystemStatusView::SystemStatusView() {
add_children({ {
&portapack,
//&text_app_fifo_n,
//&text_baseband_fifo_n,
&rssi,
&channel,
&audio,

View File

@ -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 },
};