mirror of https://github.com/odrling/Aegisub
Remove an unused private member from VideoDisplay
This commit is contained in:
parent
841ec898d3
commit
386f60daa7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue