diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-18 12:56:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-18 12:56:37 +0200 |
| commit | 6bd9c8478c3022219302a12bf4643f3ca43f64d7 (patch) | |
| tree | b24b4bb0f161a4bd33df22bec53490eeefcb107a | |
| parent | b90a76b342aebc1739c1485aa53b45ebca485344 (diff) | |
Remove unused variable.
| -rw-r--r-- | src/wx/dkdm_output_panel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/dkdm_output_panel.h b/src/wx/dkdm_output_panel.h index 5b25dd2ab..4f0ad12b6 100644 --- a/src/wx/dkdm_output_panel.h +++ b/src/wx/dkdm_output_panel.h @@ -48,7 +48,6 @@ public: ); private: - wxChoice* _type; NameFormatEditor* _filename_format; wxCheckBox* _write_to; #ifdef DCPOMATIC_USE_OWN_PICKER |
