summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-18 20:21:56 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-18 20:21:56 +0100
commit588a3899fd6069f18b6e9f3d5ec62f2e938e034d (patch)
tree62332f2fc67ac94f7824e0dc24e036c9865c87fd /src
parent875d15256aab7ebf9e9b0548b68d88056695d1cc (diff)
Remove incorrect comment.
Diffstat (limited to 'src')
-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 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<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: