diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-09-27 11:45:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-09-27 11:45:00 +0200 |
| commit | 0771af91ad52ed2e25ab89410eb6e783b50f7329 (patch) | |
| tree | f514e6618e9012c307188a11a9d2a2ade2e04d19 /src/lib/config.h | |
| parent | ccacce39c39d16977ab6c1592fcb6e941b05ddff (diff) | |
Remove unused method.own-config
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 5981e7994..c9206b139 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -827,8 +827,6 @@ public: void set_cinemas_file (boost::filesystem::path file); - void set_dkdm_recipients_file (boost::filesystem::path file); - void set_show_hints_before_make_dcp (bool s) { maybe_set (_show_hints_before_make_dcp, s); } |
