From 76c9fb7e6f6e8568f7b74b8cb36257687d419093 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 6 Jul 2005 21:48:44 +0000 Subject: [PATCH] remove extra SetFocus call; it's up to the caller to call SetFromGameState --- stepmania/src/PaneDisplay.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index b74a2d1450..90b889f8d6 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -132,7 +132,6 @@ void PaneDisplay::Load( const CString &sType, PlayerNumber pn ) } m_CurPane = PANE_INVALID; - SetFocus( GetPane() ); } void PaneDisplay::SetContent( PaneContents c )