mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Remove long unused Scene.DumpAssetsToFile boolean.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user