summaryrefslogtreecommitdiff
path: root/src/lib/film.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/film.cc')
-rw-r--r--src/lib/film.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index 9c0637dbb..0db103969 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -1578,12 +1578,12 @@ Film::playlist_content_change (ChangeType type, weak_ptr<Content> c, int p, bool
}
if (type == ChangeType::DONE) {
- emit (boost::bind (boost::ref (ContentChange), type, c, p, frequent));
+ // emit (boost::bind (boost::ref (ContentChange), type, c, p, frequent));
if (!frequent) {
check_settings_consistency ();
}
} else {
- ContentChange (type, c, p, frequent);
+ // ContentChange (type, c, p, frequent);
}
set_dirty (true);