diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 2558757..fbabb5c 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4398,16 +4398,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
4398 | 4398 | ||
4399 | #endregion | 4399 | #endregion |
4400 | 4400 | ||
4401 | #region Avatar Appearance Default | ||
4402 | |||
4403 | public static void GetDefaultAvatarAppearance(out AvatarWearable[] wearables, out byte[] visualParams) | ||
4404 | { | ||
4405 | visualParams = AvatarAppearance.GetDefaultVisualParams(); | ||
4406 | wearables = AvatarWearable.DefaultWearables; | ||
4407 | } | ||
4408 | |||
4409 | #endregion | ||
4410 | |||
4411 | public void RegionHandleRequest(IClientAPI client, UUID regionID) | 4401 | public void RegionHandleRequest(IClientAPI client, UUID regionID) |
4412 | { | 4402 | { |
4413 | ulong handle = 0; | 4403 | ulong handle = 0; |