diff options
Diffstat (limited to 'OpenSim/Services/Interfaces/IUserAccountService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserAccountService.cs | 1 |
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); |