Remove incorrect comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Feb 2020 19:17:15 +0000 (20:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Feb 2020 19:17:15 +0000 (20:17 +0100)
src/lib/video_decoder.h

index 98a8e7b7a259a9960f277b4c708217b0c911ebb1..820783b2e16d35120fdbfec952ad93aa1e41a24a 100644 (file)
@@ -58,7 +58,6 @@ public:
        void seek ();
        void emit (boost::shared_ptr<const Film> film, boost::shared_ptr<const ImageProxy>, Frame frame);
 
-       /** @return true if the emitted data was accepted, false if not */
        boost::signals2::signal<void (ContentVideo)> Data;
 
 private: