diff options
author | Diva Canto | 2013-12-06 16:01:29 -0800 |
---|---|---|
committer | Diva Canto | 2013-12-06 16:01:29 -0800 |
commit | 4058e5f709990cc502d5479fb4065bf232ee3a8d (patch) | |
tree | 9871b5a1ed0aad4763dd6c6202dc9ee369ec0fdd | |
parent | Fix regression where mouse look flight direction no longer worked by zeroing ... (diff) | |
download | opensim-SC-4058e5f709990cc502d5479fb4065bf232ee3a8d.zip opensim-SC-4058e5f709990cc502d5479fb4065bf232ee3a8d.tar.gz opensim-SC-4058e5f709990cc502d5479fb4065bf232ee3a8d.tar.bz2 opensim-SC-4058e5f709990cc502d5479fb4065bf232ee3a8d.tar.xz |
Fixed misleading comment
-rw-r--r-- | OpenSim/Services/Interfaces/IHypergridServices.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Services/Interfaces/IHypergridServices.cs b/OpenSim/Services/Interfaces/IHypergridServices.cs index f9e7f08..05e175a 100644 --- a/OpenSim/Services/Interfaces/IHypergridServices.cs +++ b/OpenSim/Services/Interfaces/IHypergridServices.cs | |||
@@ -43,9 +43,6 @@ namespace OpenSim.Services.Interfaces | |||
43 | 43 | ||
44 | } | 44 | } |
45 | 45 | ||
46 | /// <summary> | ||
47 | /// HG1.5 only | ||
48 | /// </summary> | ||
49 | public interface IUserAgentService | 46 | public interface IUserAgentService |
50 | { | 47 | { |
51 | bool LoginAgentToGrid(AgentCircuitData agent, GridRegion gatekeeper, GridRegion finalDestination, bool fromLogin, out string reason); | 48 | bool LoginAgentToGrid(AgentCircuitData agent, GridRegion gatekeeper, GridRegion finalDestination, bool fromLogin, out string reason); |