1
0
mirror of synced 2024-11-27 17:00:50 +01:00

oops, that wasn't supposed to be brought back (#688)

* oops, that wasn't supposed to be brought back

* believe it or not, no
This commit is contained in:
DragonRatTiger / リュウコ 2024-09-30 23:10:49 -05:00 committed by GitHub
parent e8dd821f10
commit 0107954eff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,6 @@ namespace OpenTaiko {
osplatform = "osx";
else if (OperatingSystem.IsLinux())
osplatform = "linux";
// this is gonna be redundant code i hope? :3 -tfd
else
throw new PlatformNotSupportedException("OpenTaiko does not support this OS.");
@ -118,9 +117,6 @@ namespace OpenTaiko {
Trace.WriteLine( "OpenTaiko ran into an unexpected error, and can't continue from here! Σ(っ °Д °;)っ" );
Trace.WriteLine( "More details: " );
Trace.Write( e.ToString() );
Trace.WriteLine( "" );
Trace.WriteLine( "An error has occured." );
AssemblyName asmApp = Assembly.GetExecutingAssembly().GetName();
}
#endif
// END #24606 2011.03.08 from