mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Refactor machine-dependent configuration in LaunchSLClient.
This commit is contained in:
@@ -33,9 +33,6 @@ namespace LaunchSLClient
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
@@ -47,7 +44,6 @@ namespace LaunchSLClient
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// Handles all unhandled errors
|
||||
MessageBox.Show(ex.Message,"Unhandled Error");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user