mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-10 07:31:59 +00:00
Remove unused variables.
This commit is contained in:
@@ -67,7 +67,6 @@ void TemperatureWidget::paint(Painter& painter) {
|
||||
const Color color_foreground = Color::green();
|
||||
const Color color_reticle { 128, 128, 128 };
|
||||
|
||||
const Dim graph_height = rect.height() - 16;
|
||||
const auto graph_width = static_cast<int>(logger.capacity()) * bar_width;
|
||||
const Rect graph_rect {
|
||||
rect.left() + (rect.width() - graph_width) / 2, rect.top() + 8,
|
||||
|
||||
Reference in New Issue
Block a user