diff options
Deleted a few old files that are no longer used.
Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server.
Deleted Framework.manager as I am sure this is no longer in use.
Diffstat (limited to 'OpenSim/Grid/UserServer/Main.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index 82bbd57..289f77a 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs | |||
@@ -34,7 +34,6 @@ using libsecondlife; | |||
34 | using OpenSim.Framework.Console; | 34 | using OpenSim.Framework.Console; |
35 | using OpenSim.Framework.Interfaces; | 35 | using OpenSim.Framework.Interfaces; |
36 | using OpenSim.Framework.Servers; | 36 | using OpenSim.Framework.Servers; |
37 | using OpenSim.Framework.User; | ||
38 | using OpenSim.Framework.Utilities; | 37 | using OpenSim.Framework.Utilities; |
39 | using OpenSim.Framework.Configuration; | 38 | using OpenSim.Framework.Configuration; |
40 | 39 | ||
@@ -49,8 +48,6 @@ namespace OpenSim.Grid.UserServer | |||
49 | public UserManager m_userManager; | 48 | public UserManager m_userManager; |
50 | public UserLoginService m_loginService; | 49 | public UserLoginService m_loginService; |
51 | 50 | ||
52 | public Dictionary<LLUUID, UserProfile> UserSessions = new Dictionary<LLUUID, UserProfile>(); | ||
53 | |||
54 | LogBase m_console; | 51 | LogBase m_console; |
55 | 52 | ||
56 | [STAThread] | 53 | [STAThread] |