X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fconfig.h;h=0e5f9dfd17f78ffabf4910fd1a109b257888f724;hp=dd20b58e7d66974a1d7435dafb760ee68144886f;hb=c5662acf0b21d8c41e0b0f3d0690ebab7c6908a3;hpb=00fd974edb88da88fcde308709ae629e541e59c4 diff --git a/src/lib/config.h b/src/lib/config.h index dd20b58e7..0e5f9dfd1 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -530,10 +530,6 @@ public: } #endif - bool allow_spl_editing () const { - return _allow_spl_editing; - } - /* SET (mostly) */ void set_master_encoding_threads (int n) { @@ -1038,10 +1034,6 @@ public: } #endif - void set_allow_spl_editing (bool s) { - maybe_set (_allow_spl_editing, s); - } - void changed (Property p = OTHER); boost::signals2::signal Changed; /** Emitted if read() failed on an existing Config file. There is nothing @@ -1248,7 +1240,6 @@ private: /** a file which, if specified, must be present for the player to work */ boost::optional _player_lock_file; #endif - bool _allow_spl_editing; static int const _current_version;