aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-06 02:21:17 +0000
committerJustin Clark-Casey (justincc)2013-02-06 02:21:17 +0000
commit145e38e5e9bed04d5c41880a5d508cab4603cc1d (patch)
treeac6522287b1545823e8a3781d6c967d5f879e4de /OpenSim/Tests/Common/Mock
parentRemove very long unused IScriptHost and NullScriptHost (diff)
downloadopensim-SC_OLD-145e38e5e9bed04d5c41880a5d508cab4603cc1d.zip
opensim-SC_OLD-145e38e5e9bed04d5c41880a5d508cab4603cc1d.tar.gz
opensim-SC_OLD-145e38e5e9bed04d5c41880a5d508cab4603cc1d.tar.bz2
opensim-SC_OLD-145e38e5e9bed04d5c41880a5d508cab4603cc1d.tar.xz
Remove long unused Scene.DumpAssetsToFile boolean.
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-rw-r--r--OpenSim/Tests/Common/Mock/TestScene.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestScene.cs b/OpenSim/Tests/Common/Mock/TestScene.cs
index d4b5648..a7e0dfb 100644
--- a/OpenSim/Tests/Common/Mock/TestScene.cs
+++ b/OpenSim/Tests/Common/Mock/TestScene.cs
@@ -41,10 +41,9 @@ namespace OpenSim.Tests.Common.Mock
41 public TestScene( 41 public TestScene(
42 RegionInfo regInfo, AgentCircuitManager authen, 42 RegionInfo regInfo, AgentCircuitManager authen,
43 SceneCommunicationService sceneGridService, ISimulationDataService simDataService, IEstateDataService estateDataService, 43 SceneCommunicationService sceneGridService, ISimulationDataService simDataService, IEstateDataService estateDataService,
44 bool dumpAssetsToFile,
45 IConfigSource config, string simulatorVersion) 44 IConfigSource config, string simulatorVersion)
46 : base(regInfo, authen, sceneGridService, simDataService, estateDataService, 45 : base(regInfo, authen, sceneGridService, simDataService, estateDataService,
47 dumpAssetsToFile, config, simulatorVersion) 46 config, simulatorVersion)
48 { 47 {
49 } 48 }
50 49