From 262a0bcb42624a73be035bb74b9cd9ac535c4170 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 29 Jan 2026 11:19:45 +0000 Subject: [PATCH] game_list.h: Removed leftover definitions --- src/citra_qt/game_list.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/citra_qt/game_list.h b/src/citra_qt/game_list.h index 2bccd86a3..25348d86b 100644 --- a/src/citra_qt/game_list.h +++ b/src/citra_qt/game_list.h @@ -137,10 +137,6 @@ private: void changeEvent(QEvent*) override; void RetranslateUI(); - QHBoxLayout* warning_layout = nullptr; - QWidget* warning_widget = nullptr; - QLabel* deprecated_3ds_warning = nullptr; - QPushButton* warning_hide = nullptr; GameListSearchField* search_field; GMainWindow* main_window = nullptr; QVBoxLayout* layout = nullptr;