summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-09-09 21:06:31 +0200
committerCarl Hetherington <cth@carlh.net>2021-09-27 13:41:46 +0200
commit7bebe412366e9156aa908d054d9fa210cc370f92 (patch)
treed318e2428c3d6f09eb3869b4c26fefc372054703 /src/wx/film_viewer.h
parent6e3e984162ca7a181bc7c98d90c295e88e4e7f6c (diff)
Remove unnecessary _out_size; it looks like we can just use the image size.
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 2efe448c9..ef5ce41c9 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -115,9 +115,6 @@ public:
}
/* Some accessors and utility methods that VideoView classes need */
- dcp::Size out_size () const {
- return _out_size;
- }
bool outline_content () const {
return _outline_content;
}
@@ -176,9 +173,6 @@ private:
bool _coalesce_player_changes = false;
std::vector<int> _pending_player_changes;
- /** Size of our output (including padding if we have any) */
- dcp::Size _out_size;
-
RtAudio _audio;
int _audio_channels = 0;
unsigned int _audio_block_size = 1024;