From 10d21afd9d40409634b906d8b19466ff540a9203 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 26 Mar 2009 17:43:05 +0000 Subject: * Apply http://opensimulator.org/mantis/view.php?id=3343 * Removes long unused -useexecutepath switch * Thanks coyled --- OpenSim/Region/Application/Application.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/Application/Application.cs b/OpenSim/Region/Application/Application.cs index a7f61ff..32033cc 100644 --- a/OpenSim/Region/Application/Application.cs +++ b/OpenSim/Region/Application/Application.cs @@ -82,7 +82,6 @@ namespace OpenSim configSource.AddSwitch("Startup", "inidirectory"); configSource.AddSwitch("Startup", "gridmode"); configSource.AddSwitch("Startup", "physics"); - configSource.AddSwitch("Startup", "useexecutepath"); configSource.AddSwitch("Startup", "hypergrid"); configSource.AddSwitch("Startup", "gui"); -- cgit v1.1