UI/Qt: Remove unused member variable from FindInPageWidget

This commit is contained in:
Tim Ledbetter 2024-06-09 18:57:31 +01:00 committed by Tim Flynn
parent d33c4c751f
commit 0a3203fa25
Notes: sideshowbarker 2024-07-17 02:29:45 +09:00

View File

@ -43,7 +43,6 @@ private:
QPushButton* m_next_button { nullptr };
QPushButton* m_exit_button { nullptr };
QCheckBox* m_match_case { nullptr };
QAction* m_copy_attribute_value_action { nullptr };
};
}