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;