aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
authorDiva Canto2009-09-28 05:54:37 -0700
committerDiva Canto2009-09-28 05:54:37 -0700
commit0f05bbb4a20224492febf17604fa23ef2486fa1a (patch)
treee81ec13cf6109e405a5f9e74f229735ea5116ae6 /OpenSim/ApplicationPlugins
parentFixed small bug in having to deal with RegionInfo's ServerURI, which wasn't b... (diff)
downloadopensim-SC_OLD-0f05bbb4a20224492febf17604fa23ef2486fa1a.zip
opensim-SC_OLD-0f05bbb4a20224492febf17604fa23ef2486fa1a.tar.gz
opensim-SC_OLD-0f05bbb4a20224492febf17604fa23ef2486fa1a.tar.bz2
opensim-SC_OLD-0f05bbb4a20224492febf17604fa23ef2486fa1a.tar.xz
Deleted some files that aren't being used anymore.
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r--OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
index cd93bea..20cec04 100644
--- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
+++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs
@@ -69,7 +69,6 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
69 69
70 protected CommunicationsManager m_commsManager; 70 protected CommunicationsManager m_commsManager;
71 protected GridInfoService m_gridInfoService; 71 protected GridInfoService m_gridInfoService;
72 protected IHyperlink HGServices = null;
73 72
74 protected IRegionCreator m_regionCreator; 73 protected IRegionCreator m_regionCreator;
75 74