Remove an unused private member from VideoDisplay

This commit is contained in:
Thomas Goyne 2013-02-01 15:47:20 -08:00
parent 841ec898d3
commit 386f60daa7
1 changed files with 0 additions and 3 deletions

View File

@ -70,9 +70,6 @@ class VideoDisplay : public wxGLCanvas {
agi::scoped_ptr<wxMenu> context_menu;
/// The frame number currently being displayed
int currentFrame;
/// The size of the video in screen at the current zoom level, which may not
/// be the same as the actual client size of the display
wxSize videoSize;