Qt: Remove some unused code.

This commit is contained in:
Gerald Combs 2022-04-04 12:21:29 -07:00 committed by A Wireshark GitLab Utility
parent a212b86222
commit 5971fcb941
1 changed files with 0 additions and 8 deletions

View File

@ -33,14 +33,6 @@
#include <wsutil/ws_assert.h>
/*
* 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 <ui_main_window.h>
//DIAG_ON(frame-larger-than=)
void MainWindow::showWelcome()
{
main_stack_->setCurrentWidget(welcome_page_);