Revert "Toggle full screen when double clicking the render window."

This reverts commit de27f0bea9.
This commit is contained in:
Rachel Bryk
2013-01-31 03:54:18 -05:00
parent de27f0bea9
commit e199d21513
2 changed files with 0 additions and 3 deletions

View File

@ -913,7 +913,6 @@ void CFrame::StartGame(const std::string& filename)
wxTheApp->Bind(wxEVT_RIGHT_UP, &CFrame::OnMouse, this);
wxTheApp->Bind(wxEVT_MIDDLE_DOWN, &CFrame::OnMouse, this);
wxTheApp->Bind(wxEVT_MIDDLE_UP, &CFrame::OnMouse, this);
m_RenderParent->Bind(wxEVT_LEFT_DCLICK, &CFrame::OnMouse, this);
wxTheApp->Bind(wxEVT_MOTION, &CFrame::OnMouse, this);
m_RenderParent->Bind(wxEVT_SIZE, &CFrame::OnRenderParentResize, this);
}