diff options
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r-- | mappingtreewidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h index 7a7bfd0..b6bbd57 100644 --- a/mappingtreewidget.h +++ b/mappingtreewidget.h @@ -62,11 +62,8 @@ class MappingTreeWidget : public QWidget { QStringListModel *mTypesModel; QComboBox *mTypeBox; QLineEdit *mFilter; - QPushButton *mDoFilter; - QPushButton *mClearFilter; QPushButton *mAddType; QPushButton *mDeleteType; - QPushButton *mRefresh; QAction *mAddChildA; QAction *mAddActorA; QAction *mDeleteChildA; |