summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-06 01:04:23 +0000
committerCarl Hetherington <cth@carlh.net>2013-03-06 01:04:23 +0000
commita0fedb33cab65a1be1c49319b7f14319897991f3 (patch)
treefcc516c8958a813339601fbf6fe1097f2ea80ae5 /src/lib/video_decoder.h
parent59de84a29b81ac32477a4b804ca8bb9ec2760e67 (diff)
Small simplification.
Diffstat (limited to 'src/lib/video_decoder.h')
-rw-r--r--src/lib/video_decoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h
index 7d43c9e82..1a02272a5 100644
--- a/src/lib/video_decoder.h
+++ b/src/lib/video_decoder.h
@@ -74,8 +74,6 @@ protected:
std::vector<boost::shared_ptr<SubtitleStream> > _subtitle_streams;
private:
- void signal_video (boost::shared_ptr<Image>, bool, boost::shared_ptr<Subtitle>, double);
-
int _video_frame;
double _last_source_time;