summaryrefslogtreecommitdiff
path: root/src/lib/config.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-08 00:42:01 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit71b42c48087a4f05f55166e328d1bea3b2b2228b (patch)
treeb55a56ba79e7124dc8c269080173aa1e08a306e4 /src/lib/config.h
parent90c447e9200b9eef0f542b21fab1d0d9eebab733 (diff)
Fix mis-merge.
Diffstat (limited to 'src/lib/config.h')
-rw-r--r--src/lib/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/config.h b/src/lib/config.h
index abfdba3dd..2fd36059a 100644
--- a/src/lib/config.h
+++ b/src/lib/config.h
@@ -698,12 +698,9 @@ private:
dcp::NameFormat _kdm_container_name_format;
dcp::NameFormat _dcp_metadata_filename_format;
dcp::NameFormat _dcp_asset_filename_format;
-<<<<<<< 8de6a5d1d054bab25ab0d86bc48442d9d6adb849
bool _jump_to_selected;
-=======
/** name of a specific sound output stream to use for preview */
boost::optional<std::string> _sound_output;
->>>>>>> First bits of audio support.
/** Singleton instance, or 0 */
static Config* _instance;