From c925af666ba85be7c594f2aff1361b4cb9824ab2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 Apr 2022 23:50:41 +0200 Subject: [PATCH] Remove erroneous comment. --- src/lib/content_factory.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/content_factory.cc b/src/lib/content_factory.cc index b64c1b9a3..7bcc45503 100644 --- a/src/lib/content_factory.cc +++ b/src/lib/content_factory.cc @@ -66,9 +66,6 @@ content_factory (cxml::ConstNodePtr node, int version, list& notes) std::shared_ptr content; if (type == "FFmpeg") { - /* SndfileContent is now handled by the FFmpeg code rather than by - separate libsndfile-based code. - */ content = make_shared(node, version, notes); } else if (type == "Image") { content = make_shared(node, version); -- 2.30.2