From 53e8eccf4c1342f342e068d860eeffd860e37610 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Feb 2024 20:24:53 -0600 Subject: [PATCH] wip --- selfdrive/ui/qt/body.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/selfdrive/ui/qt/body.cc b/selfdrive/ui/qt/body.cc index 631f34a..563acc0 100644 --- a/selfdrive/ui/qt/body.cc +++ b/selfdrive/ui/qt/body.cc @@ -19,10 +19,6 @@ #include "selfdrive/ui/qt/qt_window.h" #include "selfdrive/ui/qt/util.h" -void LogoWidget::paintEvent(QPaintEvent *event) { - QPainter painter(this); -} - BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) { QGridLayout *layout = new QGridLayout(this); layout->setSpacing(0);