aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/controller/ModuleControllerDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/controller/ModuleControllerDialog.h')
-rw-r--r--src/ui/dialog/controller/ModuleControllerDialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/controller/ModuleControllerDialog.h b/src/ui/dialog/controller/ModuleControllerDialog.h
index 001e4614..6ded4808 100644
--- a/src/ui/dialog/controller/ModuleControllerDialog.h
+++ b/src/ui/dialog/controller/ModuleControllerDialog.h
@@ -55,7 +55,6 @@ class ModuleControllerDialog : public QDialog {
private:
std::shared_ptr<Ui_ModuleControllerDialog> ui_; ///<
- ModuleListView* model_list_view_;
Module::ModuleManager* module_manager_;
};