mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-15 13:12:18 -04:00
Remove unused variables.
This commit is contained in:
parent
14f18d5cf7
commit
e4f5539407
3 changed files with 1 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue