From c5594e839e55beb72f9132ebe29a877f62f99138 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Thu, 12 Jan 2012 21:19:31 -0500 Subject: Undo some prior work Move some added fuctions out of core into the addon module to keep things clean --- OpenSim/Region/Framework/Interfaces/IUserManagement.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenSim/Region/Framework/Interfaces') diff --git a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs b/OpenSim/Region/Framework/Interfaces/IUserManagement.cs index 4f62e28..bfb8369 100644 --- a/OpenSim/Region/Framework/Interfaces/IUserManagement.cs +++ b/OpenSim/Region/Framework/Interfaces/IUserManagement.cs @@ -14,9 +14,6 @@ namespace OpenSim.Region.Framework.Interfaces string GetUserHomeURL(UUID uuid); string GetUserUUI(UUID uuid); string GetUserServerURL(UUID uuid, string serverType); - int GetUserFlags(UUID userID); - int GetUserCreated(UUID userID); - string GetUserTitle(UUID userID); /// /// Add a user. -- cgit v1.1