summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-19 00:10:56 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-19 00:10:56 +0000
commit2a942eec02ac3762cfb79126e1b8ee06161a1e05 (patch)
treecacb5e0e9f17e35422742fc9b97c037470359118 /src/lib
parent524cc70ac652f902299b653e16c1065451f167bd (diff)
Remove unused variable.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/player.h1
1 files changed, 0 insertions, 1 deletions
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<Image> _black_image;
bool _approximate_size;
- bool _burn_subtitles;
PlayerStatistics _statistics;