From: Carl Hetherington Date: Mon, 19 Jan 2015 00:10:56 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v2.0.48~302 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=2a942eec02ac3762cfb79126e1b8ee06161a1e05;p=dcpomatic.git Remove unused variable. --- diff --git a/src/lib/player.h b/src/lib/player.h index 9a1e8cc23..b283481e2 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -157,7 +157,6 @@ private: boost::shared_ptr _black_image; bool _approximate_size; - bool _burn_subtitles; PlayerStatistics _statistics;