From: Carl Hetherington Date: Tue, 18 Feb 2020 19:21:56 +0000 (+0100) Subject: Remove incorrect comment. X-Git-Tag: v2.15.43~7 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=588a3899fd6069f18b6e9f3d5ec62f2e938e034d Remove incorrect comment. --- diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 62757e3a9..c8530d82c 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -58,7 +58,6 @@ public: void seek (); void emit (boost::shared_ptr film, boost::shared_ptr, Frame frame); - /** @return true if the emitted data was accepted, false if not */ boost::signals2::signal Data; private: