Remove unused variable

This commit is contained in:
David Capello 2016-04-21 13:31:24 -03:00
parent 56e663bca4
commit 7c2786164d

View File

@ -167,7 +167,6 @@ class StatusBar::Indicators : public HBox {
private:
void onPaint(ui::PaintEvent& ev) override {
SkinTheme* theme = static_cast<SkinTheme*>(this->theme());
Rect rc = clientBounds();
Graphics* g = ev.graphics();