From 5282bd42dbe7f9c114abc6f648cb65ef52c35cf4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 19 Jan 2015 00:15:24 +0000 Subject: VideoDecoder::_same can just be a local. --- src/lib/video_decoder.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index f37d4b1ad..4948cd8a0 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -65,7 +65,6 @@ protected: boost::shared_ptr _video_content; std::list _decoded_video; - bool _same; boost::shared_ptr _black_image; boost::optional _last_seek_time; bool _last_seek_accurate; -- cgit v1.2.3