From 5c9f7f571fa1a7678719ebe710a1856678d93c11 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 3 Jul 2005 06:06:00 +0000 Subject: [PATCH] use default --- stepmania/src/ScreenCenterImage.cpp | 11 ----------- stepmania/src/ScreenCenterImage.h | 1 - 2 files changed, 12 deletions(-) diff --git a/stepmania/src/ScreenCenterImage.cpp b/stepmania/src/ScreenCenterImage.cpp index 5df9e415c6..3c7e3eabdf 100644 --- a/stepmania/src/ScreenCenterImage.cpp +++ b/stepmania/src/ScreenCenterImage.cpp @@ -192,17 +192,6 @@ void ScreenCenterImage::Update( float fDeltaTime ) Screen::Update( fDeltaTime ); } -void ScreenCenterImage::HandleScreenMessage( const ScreenMessage SM ) -{ - switch( SM ) - { - case SM_GoToPrevScreen: - case SM_GoToNextScreen: - SCREENMAN->SetNewScreen( "ScreenOptionsMenu" ); - break; - } -} - /* * (c) 2003-2004 Chris Danford * All rights reserved. diff --git a/stepmania/src/ScreenCenterImage.h b/stepmania/src/ScreenCenterImage.h index 0cf34d43a7..1a18052c57 100644 --- a/stepmania/src/ScreenCenterImage.h +++ b/stepmania/src/ScreenCenterImage.h @@ -16,7 +16,6 @@ public: virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI ); virtual void Update( float fDeltaTime ); - virtual void HandleScreenMessage( const ScreenMessage SM ); private: BitmapText m_textInstructions;