diff --git a/aegisub/src/video_display.h b/aegisub/src/video_display.h index e65dee5c4..9f9bb7865 100644 --- a/aegisub/src/video_display.h +++ b/aegisub/src/video_display.h @@ -70,9 +70,6 @@ class VideoDisplay : public wxGLCanvas { agi::scoped_ptr 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;