summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-18 20:17:15 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-18 20:17:15 +0100
commit6115f4b1fa58157a6e8b1bba347178776d4d6ce4 (patch)
tree203936183ee39c7d6549d7700a1cbf686bcea34e
parent37269d01a40b24f34be8f3ea28d0c38b2ed994b4 (diff)
Remove incorrect comment.
-rw-r--r--src/lib/video_decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h
index 98a8e7b7a..820783b2e 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<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: