SearchBar: Remove unused class variables
This commit is contained in:
parent
306d132232
commit
df4ca7f05e
|
@ -4,7 +4,6 @@
|
|||
|
||||
#include "DolphinQt2/SearchBar.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QHBoxLayout>
|
||||
#include <QLineEdit>
|
||||
#include <QPushButton>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include <QWidget>
|
||||
|
||||
class QCheckBox;
|
||||
class QLineEdit;
|
||||
class QPushButton;
|
||||
|
||||
|
@ -25,7 +24,5 @@ private:
|
|||
void ConnectWidgets();
|
||||
|
||||
QLineEdit* m_search_edit;
|
||||
QCheckBox* m_wii_check;
|
||||
QCheckBox* m_gc_check;
|
||||
QPushButton* m_close_button;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue