Remove long unused Scene.DumpAssetsToFile boolean.

This commit is contained in:
Justin Clark-Casey (justincc)
2013-02-06 02:21:17 +00:00
parent 2ce8a050e4
commit 145e38e5e9
4 changed files with 3 additions and 9 deletions

View File

@@ -720,7 +720,6 @@ namespace OpenSim.Region.Framework.Scenes
public Scene(RegionInfo regInfo, AgentCircuitManager authen,
SceneCommunicationService sceneGridService,
ISimulationDataService simDataService, IEstateDataService estateDataService,
bool dumpAssetsToFile,
IConfigSource config, string simulatorVersion)
: this(regInfo)
{
@@ -811,8 +810,6 @@ namespace OpenSim.Region.Framework.Scenes
RegisterDefaultSceneEvents();
DumpAssetsToFile = dumpAssetsToFile;
// XXX: Don't set the public property since we don't want to activate here. This needs to be handled
// better in the future.
m_scripts_enabled = !RegionInfo.RegionSettings.DisableScripts;
@@ -4482,8 +4479,6 @@ namespace OpenSim.Region.Framework.Scenes
#region Script Engine
public bool DumpAssetsToFile;
private bool ScriptDanger(SceneObjectPart part,Vector3 pos)
{
ILandObject parcel = LandChannel.GetLandObject(pos.X, pos.Y);