From 2aa266892e1567ef5d1f39b873e784e0f1025ada Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 6 Jul 2005 21:51:29 +0000 Subject: [PATCH] all this did was cause extranneous SetContent calls --- stepmania/src/PaneDisplay.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index 90b889f8d6..47360db5ac 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -321,8 +321,6 @@ void PaneDisplay::SetFocus( PaneTypes NewPane ) } m_CurPane = NewPane; - - SetFromGameState( m_SortOrder ); } /*