diff --git a/src/duckstation-qt/controllerbindingwidgets.h b/src/duckstation-qt/controllerbindingwidgets.h index 737bb3749..8060d2a0e 100644 --- a/src/duckstation-qt/controllerbindingwidgets.h +++ b/src/duckstation-qt/controllerbindingwidgets.h @@ -85,7 +85,6 @@ private: void createWidgets(ControllerBindingWidget* parent); Ui::ControllerMacroWidget m_ui; - ControllerSettingsWindow* m_dialog; std::array m_macros; }; diff --git a/src/duckstation-qt/hotkeysettingswidget.h b/src/duckstation-qt/hotkeysettingswidget.h index ac18d5b40..1c558d973 100644 --- a/src/duckstation-qt/hotkeysettingswidget.h +++ b/src/duckstation-qt/hotkeysettingswidget.h @@ -56,7 +56,6 @@ private: QScrollArea* m_scroll_area = nullptr; Container* m_container = nullptr; QVBoxLayout* m_layout = nullptr; - QLineEdit* m_search = nullptr; QMap m_categories; }; diff --git a/src/duckstation-qt/mainwindow.h b/src/duckstation-qt/mainwindow.h index c22a0614e..297c21334 100644 --- a/src/duckstation-qt/mainwindow.h +++ b/src/duckstation-qt/mainwindow.h @@ -348,7 +348,6 @@ private: bool m_hide_mouse_cursor = false; bool m_exclusive_fullscreen_requested = false; - bool m_save_states_invalidated = false; bool m_was_paused_on_surface_loss = false; bool m_was_disc_change_request = false; bool m_is_closing = false;