From 17abf6965efdc498c3a8fec42d5daa72c27fbc5e Mon Sep 17 00:00:00 2001 From: Karl Blomster Date: Mon, 20 Jul 2009 00:45:11 +0000 Subject: [PATCH] Remove some useless commented-out code and an unused variable in video_context.cpp; neither have been used since Moses crossed the Red Sea. Originally committed to SVN as r3179. --- aegisub/src/video_context.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/aegisub/src/video_context.cpp b/aegisub/src/video_context.cpp index 9c94c9859..18ee6516f 100644 --- a/aegisub/src/video_context.cpp +++ b/aegisub/src/video_context.cpp @@ -250,13 +250,6 @@ void VideoContext::SetVideo(const wxString &filename) { if (!filename.IsEmpty()) { try { grid->CommitChanges(true); - // double overFps = 0; - FrameRate temp; - - // Unload timecodes - //int unload = wxYES; - //if (VFR_Output.IsLoaded()) unload = wxMessageBox(_("Do you want to unload timecodes, too?"),_("Unload timecodes?"),wxYES_NO | wxICON_QUESTION); - //if (unload == wxYES) VFR_Output.Unload(); // Set GL context #ifdef __WXMAC__