aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-16 03:52:30 +0100
committerJustin Clark-Casey (justincc)2011-07-16 03:52:30 +0100
commit4b5a6b655becd5162054bc53365fdcd9c7ed1772 (patch)
tree1b5f3e6418b180fcd0da65caaf09005c7d349018 /OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs
parentrefactor: make SceneObjectGroup.GroupScale() a property rather than a mehod (diff)
downloadopensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.zip
opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.gz
opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.bz2
opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.xz
add test for resizing one part in a group
Diffstat (limited to '')
-rw-r--r--OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs b/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs
index 520d639..69e2d17 100644
--- a/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs
+++ b/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs
@@ -50,7 +50,6 @@ namespace OpenSim.Services.Connectors
50 MethodBase.GetCurrentMethod().DeclaringType); 50 MethodBase.GetCurrentMethod().DeclaringType);
51 51
52 private string m_ServerURI = String.Empty; 52 private string m_ServerURI = String.Empty;
53 private IImprovedAssetCache m_Cache = null;
54 53
55 public MapImageServicesConnector() 54 public MapImageServicesConnector()
56 { 55 {