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.
This commit is contained in:
Karl Blomster 2009-07-20 00:45:11 +00:00
parent 9ff3762eaf
commit 17abf6965e

View file

@ -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__