From 5971fcb9414353fe8bf9bed9ef192728799d4389 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 4 Apr 2022 12:21:29 -0700 Subject: [PATCH] Qt: Remove some unused code. --- ui/qt/main_window_layout.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ui/qt/main_window_layout.cpp b/ui/qt/main_window_layout.cpp index 1d91de778a..9f2aa175e9 100644 --- a/ui/qt/main_window_layout.cpp +++ b/ui/qt/main_window_layout.cpp @@ -33,14 +33,6 @@ #include -/* - * The generated Ui_MainWindow::setupUi() can grow larger than our configured limit, - * so turn off -Wframe-larger-than= for ui_main_window.h. - */ -//DIAG_OFF(frame-larger-than=) -//#include -//DIAG_ON(frame-larger-than=) - void MainWindow::showWelcome() { main_stack_->setCurrentWidget(welcome_page_);