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

index 62757e3a9356b2e71681aea6ded0afa1aad2b60b..c8530d82caa850429536e0bd0859396f198c7e4c 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: