mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -04:00
Remove unused variables.
This commit is contained in:
parent
14f18d5cf7
commit
e4f5539407
3 changed files with 1 additions and 4 deletions
|
@ -243,7 +243,7 @@ void TPMSAppView::on_packet(const tpms::Packet& packet) {
|
|||
const auto reading_opt = packet.reading();
|
||||
if( reading_opt.is_valid() ) {
|
||||
const auto reading = reading_opt.value();
|
||||
const auto updated_entry = recent.on_packet({ reading.type(), reading.id() }, reading);
|
||||
recent.on_packet({ reading.type(), reading.id() }, reading);
|
||||
recent_entries_view.set_dirty();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue