diff options
Diffstat (limited to 'OpenSim/Region/Application/Application.cs')
-rw-r--r-- | OpenSim/Region/Application/Application.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index 32dff0f..4df6415 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs | |||
@@ -39,7 +39,6 @@ namespace OpenSim | |||
39 | public static string iniFilePath = ""; | 39 | public static string iniFilePath = ""; |
40 | 40 | ||
41 | //could move our main function into OpenSimMain and kill this class | 41 | //could move our main function into OpenSimMain and kill this class |
42 | [STAThread] | ||
43 | public static void Main(string[] args) | 42 | public static void Main(string[] args) |
44 | { | 43 | { |
45 | // First line | 44 | // First line |