diff options
Diffstat (limited to 'Common/OpenSim.Servers/LocalUserProfileManager.cs')
-rw-r--r-- | Common/OpenSim.Servers/LocalUserProfileManager.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Common/OpenSim.Servers/LocalUserProfileManager.cs b/Common/OpenSim.Servers/LocalUserProfileManager.cs index 4f327a7..773de5a 100644 --- a/Common/OpenSim.Servers/LocalUserProfileManager.cs +++ b/Common/OpenSim.Servers/LocalUserProfileManager.cs | |||
@@ -41,16 +41,16 @@ namespace OpenSim.UserServer | |||
41 | { | 41 | { |
42 | public class LocalUserProfileManager : UserProfileManager | 42 | public class LocalUserProfileManager : UserProfileManager |
43 | { | 43 | { |
44 | private IGridServer m_gridServer; | 44 | // private IGridServer m_gridServer; |
45 | private int m_port; | 45 | private int m_port; |
46 | private string m_ipAddr; | 46 | private string m_ipAddr; |
47 | private uint regionX; | 47 | private uint regionX; |
48 | private uint regionY; | 48 | private uint regionY; |
49 | private AddNewSessionHandler AddSession; | 49 | private AddNewSessionHandler AddSession; |
50 | 50 | ||
51 | public LocalUserProfileManager(IGridServer gridServer, int simPort, string ipAddr , uint regX, uint regY) | 51 | public LocalUserProfileManager( int simPort, string ipAddr , uint regX, uint regY) |
52 | { | 52 | { |
53 | m_gridServer = gridServer; | 53 | |
54 | m_port = simPort; | 54 | m_port = simPort; |
55 | m_ipAddr = ipAddr; | 55 | m_ipAddr = ipAddr; |
56 | regionX = regX; | 56 | regionX = regX; |