aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r--OpenSim/Services/Interfaces/IUserAccountService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IUserAccountService.cs b/OpenSim/Services/Interfaces/IUserAccountService.cs
index 21be98c..a91aa0f 100644
--- a/OpenSim/Services/Interfaces/IUserAccountService.cs
+++ b/OpenSim/Services/Interfaces/IUserAccountService.cs
@@ -143,7 +143,6 @@ namespace OpenSim.Services.Interfaces
143 143
144 public interface IUserAccountService 144 public interface IUserAccountService
145 { 145 {
146 UserAccount GetUserAccount(UUID scopeID, UUID userID, bool useCache);
147 UserAccount GetUserAccount(UUID scopeID, UUID userID); 146 UserAccount GetUserAccount(UUID scopeID, UUID userID);
148 UserAccount GetUserAccount(UUID scopeID, string FirstName, string LastName); 147 UserAccount GetUserAccount(UUID scopeID, string FirstName, string LastName);
149 UserAccount GetUserAccount(UUID scopeID, string Email); 148 UserAccount GetUserAccount(UUID scopeID, string Email);