From 9db14938dda095b0693148386ee1c2e7cc882481 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 22 Jul 2013 14:35:47 +0100 Subject: [PATCH] Remove duplicate save of SequenceVideo setting. --- src/lib/playlist.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/playlist.cc b/src/lib/playlist.cc index 5ccc12b61..e9ea3e3c7 100644 --- a/src/lib/playlist.cc +++ b/src/lib/playlist.cc @@ -122,7 +122,6 @@ Playlist::set_from_xml (shared_ptr film, shared_ptrbool_child ("SequenceVideo"); } /** @param node node */ @@ -132,8 +131,6 @@ Playlist::as_xml (xmlpp::Node* node) for (ContentList::iterator i = _content.begin(); i != _content.end(); ++i) { (*i)->as_xml (node->add_child ("Content")); } - - node->add_child("SequenceVideo")->add_child_text(_sequence_video ? "1" : "0"); } void -- 2.30.2