mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 12:45:46 +00:00
SearchBar: Remove unused class variables
This commit is contained in:
parent
306d132232
commit
df4ca7f05e
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
#include "DolphinQt2/SearchBar.h"
|
#include "DolphinQt2/SearchBar.h"
|
||||||
|
|
||||||
#include <QCheckBox>
|
|
||||||
#include <QHBoxLayout>
|
#include <QHBoxLayout>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
class QCheckBox;
|
|
||||||
class QLineEdit;
|
class QLineEdit;
|
||||||
class QPushButton;
|
class QPushButton;
|
||||||
|
|
||||||
@ -25,7 +24,5 @@ private:
|
|||||||
void ConnectWidgets();
|
void ConnectWidgets();
|
||||||
|
|
||||||
QLineEdit* m_search_edit;
|
QLineEdit* m_search_edit;
|
||||||
QCheckBox* m_wii_check;
|
|
||||||
QCheckBox* m_gc_check;
|
|
||||||
QPushButton* m_close_button;
|
QPushButton* m_close_button;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user