From 588a3899fd6069f18b6e9f3d5ec62f2e938e034d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Feb 2020 20:21:56 +0100 Subject: [PATCH] Remove incorrect comment. --- src/lib/video_decoder.h | 1 - 1 file changed, 1 deletion(-) 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: -- 2.30.2