diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-15 23:59:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-22 23:26:27 +0000 |
| commit | c5662acf0b21d8c41e0b0f3d0690ebab7c6908a3 (patch) | |
| tree | d43c61d378c919abaadf3bf501bd56c6866277a1 /src/lib/config.h | |
| parent | 00fd974edb88da88fcde308709ae629e541e59c4 (diff) | |
swaroop: remove SPL editing from player UI.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 9 |
1 files changed, 0 insertions, 9 deletions
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<void (Property)> 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<boost::filesystem::path> _player_lock_file; #endif - bool _allow_spl_editing; static int const _current_version; |
