From 386f60daa7aefba82869848a9009e557df0174f2 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 1 Feb 2013 15:47:20 -0800 Subject: [PATCH] Remove an unused private member from VideoDisplay --- aegisub/src/video_display.h | 3 --- 1 file changed, 3 deletions(-) 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;