exportdialog: remove unnecessary member
This commit is contained in:
@@ -142,8 +142,6 @@ ExportDialog::ExportDialog(ViewerOutput *viewer_node, QWidget *parent) :
|
||||
|
||||
preferences_tabs_ = new QTabWidget();
|
||||
|
||||
scroll_blocker_ = new NodeParamViewScrollBlocker(this);
|
||||
|
||||
color_manager_ = viewer_node_->project()->color_manager();
|
||||
video_tab_ = new ExportVideoTab(color_manager_);
|
||||
AddPreferencesTab(video_tab_, tr("Video"));
|
||||
|
||||
@@ -116,8 +116,6 @@ private:
|
||||
QWidget* preferences_area_;
|
||||
QCheckBox *export_bkg_box_;
|
||||
|
||||
NodeParamViewScrollBlocker *scroll_blocker_;
|
||||
|
||||
private slots:
|
||||
void BrowseFilename();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user