diff options
author | BlueWall | 2014-09-03 17:00:03 -0400 |
---|---|---|
committer | BlueWall | 2014-09-03 17:09:57 -0400 |
commit | e19d1ecce8a5e1ca921323fa9e4f92ebfba73725 (patch) | |
tree | 3cd25adc0490eb8e510330d35a16376ce35f701b /OpenSim/Services/LLLoginService/LLLoginResponse.cs | |
parent | Don't show the ScrLPS data twice in the WebStats based statistics page. (diff) | |
download | opensim-SC-e19d1ecce8a5e1ca921323fa9e4f92ebfba73725.zip opensim-SC-e19d1ecce8a5e1ca921323fa9e4f92ebfba73725.tar.gz opensim-SC-e19d1ecce8a5e1ca921323fa9e4f92ebfba73725.tar.bz2 opensim-SC-e19d1ecce8a5e1ca921323fa9e4f92ebfba73725.tar.xz |
Cleanup some unused code and configuration entries
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginResponse.cs')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs index e67ecf0..27376cc 100644 --- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs +++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs | |||
@@ -227,7 +227,7 @@ namespace OpenSim.Services.LLLoginService | |||
227 | public LLLoginResponse(UserAccount account, AgentCircuitData aCircuit, GridUserInfo pinfo, | 227 | public LLLoginResponse(UserAccount account, AgentCircuitData aCircuit, GridUserInfo pinfo, |
228 | GridRegion destination, List<InventoryFolderBase> invSkel, FriendInfo[] friendsList, ILibraryService libService, | 228 | GridRegion destination, List<InventoryFolderBase> invSkel, FriendInfo[] friendsList, ILibraryService libService, |
229 | string where, string startlocation, Vector3 position, Vector3 lookAt, List<InventoryItemBase> gestures, string message, | 229 | string where, string startlocation, Vector3 position, Vector3 lookAt, List<InventoryItemBase> gestures, string message, |
230 | GridRegion home, IPEndPoint clientIP, string mapTileURL, string profileURL, string openIDURL, string searchURL, string currency, | 230 | GridRegion home, IPEndPoint clientIP, string mapTileURL, string searchURL, string currency, |
231 | string DSTZone, string destinationsURL, string avatarsURL, string classifiedFee) | 231 | string DSTZone, string destinationsURL, string avatarsURL, string classifiedFee) |
232 | : this() | 232 | : this() |
233 | { | 233 | { |