diff options
author | BlueWall | 2013-06-05 18:41:55 -0400 |
---|---|---|
committer | BlueWall | 2013-06-05 18:41:55 -0400 |
commit | cd64da87461937b2a46ff6f5e8250ee9a8d15889 (patch) | |
tree | 779a420961df992595729aef746671fdb0df5128 /OpenSim/Server | |
parent | Remove a couple of orphaned lines (diff) | |
download | opensim-SC_OLD-cd64da87461937b2a46ff6f5e8250ee9a8d15889.zip opensim-SC_OLD-cd64da87461937b2a46ff6f5e8250ee9a8d15889.tar.gz opensim-SC_OLD-cd64da87461937b2a46ff6f5e8250ee9a8d15889.tar.bz2 opensim-SC_OLD-cd64da87461937b2a46ff6f5e8250ee9a8d15889.tar.xz |
Cleanup
Diffstat (limited to 'OpenSim/Server')
-rw-r--r-- | OpenSim/Server/Handlers/Profiles/UserProfilesConnector.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Server/Handlers/Profiles/UserProfilesConnector.cs b/OpenSim/Server/Handlers/Profiles/UserProfilesConnector.cs index 5a24ee3..f9a520a 100644 --- a/OpenSim/Server/Handlers/Profiles/UserProfilesConnector.cs +++ b/OpenSim/Server/Handlers/Profiles/UserProfilesConnector.cs | |||
@@ -106,11 +106,6 @@ namespace OpenSim.Server.Handlers.Profiles | |||
106 | Server.AddJsonRPCHandler("avatar_properties_update", handler.AvatarPropertiesUpdate); | 106 | Server.AddJsonRPCHandler("avatar_properties_update", handler.AvatarPropertiesUpdate); |
107 | Server.AddJsonRPCHandler("avatar_interests_update", handler.AvatarInterestsUpdate); | 107 | Server.AddJsonRPCHandler("avatar_interests_update", handler.AvatarInterestsUpdate); |
108 | Server.AddJsonRPCHandler("image_assets_request", handler.AvatarImageAssetsRequest); | 108 | Server.AddJsonRPCHandler("image_assets_request", handler.AvatarImageAssetsRequest); |
109 | // Server.AddJsonRPCHandler("user_preferences_request", handler.UserPreferencesRequest); | ||
110 | // Server.AddJsonRPCHandler("user_preferences_update", handler.UserPreferencesUpdate); | ||
111 | // Server.AddJsonRPCHandler("user_account_create", handler.UserAccountCreate); | ||
112 | // Server.AddJsonRPCHandler("user_account_auth", handler.UserAccountAuth); | ||
113 | // Server.AddJsonRPCHandler("user_account_test", handler.UserAccountTest); | ||
114 | Server.AddJsonRPCHandler("user_data_request", handler.RequestUserAppData); | 109 | Server.AddJsonRPCHandler("user_data_request", handler.RequestUserAppData); |
115 | Server.AddJsonRPCHandler("user_data_update", handler.UpdateUserAppData); | 110 | Server.AddJsonRPCHandler("user_data_update", handler.UpdateUserAppData); |
116 | } | 111 | } |