no longer needed

This commit is contained in:
Glenn Maynard
2005-12-30 08:30:29 +00:00
parent 0062b24e2f
commit 6db0cf831a
2 changed files with 0 additions and 14 deletions
-9
View File
@@ -126,15 +126,6 @@ BOOL CSmpackageApp::InitInstance()
return FALSE;
}
namespace StepMania
{
void NORETURN HandleException( RString sErr )
{
MessageBox( NULL, "exception", sErr, MB_ICONERROR );
}
}
/*
* (c) 2002-2005 Chris Danford
* All rights reserved.
-5
View File
@@ -11,11 +11,6 @@ CString g_Driver = "dir", g_Root = ".";
CString argv0;
namespace StepMania
{
void HandleException( RString sErr ) { }
}
void test_handle_args( int argc, char *argv[] )
{
SetCommandlineArguments( argc, argv );