From 7f406efc244fc72cdb748f5de027e1fa266dead8 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 12 Jan 2025 09:00:38 -0500 Subject: [PATCH] nuke more on CI --- selfdrive/ui/sunnypilot/qt/offroad/settings/device_panel.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/ui/sunnypilot/qt/offroad/settings/device_panel.cc b/selfdrive/ui/sunnypilot/qt/offroad/settings/device_panel.cc index 36a56c9d88..20a8a9aecd 100644 --- a/selfdrive/ui/sunnypilot/qt/offroad/settings/device_panel.cc +++ b/selfdrive/ui/sunnypilot/qt/offroad/settings/device_panel.cc @@ -12,6 +12,7 @@ #include "selfdrive/ui/qt/qt_window.h" DevicePanelSP::DevicePanelSP(SettingsWindowSP *parent) : DevicePanel(parent) { +#ifndef SUNNYPILOT QGridLayout *device_grid_layout = new QGridLayout(); device_grid_layout->setSpacing(30); device_grid_layout->setHorizontalSpacing(5); @@ -85,4 +86,5 @@ DevicePanelSP::DevicePanelSP(SettingsWindowSP *parent) : DevicePanel(parent) { } addItem(power_layout); +#endif }