summaryrefslogtreecommitdiff
path: root/plugingui/maintab.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-22 14:03:01 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-22 14:19:40 +0200
commit66420ea45b7d4f99820850a60273335f13f2bb28 (patch)
tree04c860635d6496a7cb6b93e9bff2ff7f7523c246 /plugingui/maintab.cc
parent648e44f1e19531e9849a536d7589f918b58494b1 (diff)
Remove unnecessary painter clears.
Diffstat (limited to 'plugingui/maintab.cc')
-rw-r--r--plugingui/maintab.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc
index 98e06cc..49035d8 100644
--- a/plugingui/maintab.cc
+++ b/plugingui/maintab.cc
@@ -88,8 +88,6 @@ void MainTab::resize(std::size_t width, std::size_t height)
// DrumGizmo logo
Painter painter(*this);
- painter.clear();
-
painter.drawImage(width - logo.width(), height - logo.height(), logo);
}