diff options
author | Melanie | 2013-12-07 01:29:15 +0000 |
---|---|---|
committer | Melanie | 2013-12-07 01:29:15 +0000 |
commit | 958a8f274b8a25703935ab4092f190e9d54b8559 (patch) | |
tree | f2c8e71418c4cc1ceab11aa9ec217df929474b89 /OpenSim/Data/IProfilesData.cs | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC-958a8f274b8a25703935ab4092f190e9d54b8559.zip opensim-SC-958a8f274b8a25703935ab4092f190e9d54b8559.tar.gz opensim-SC-958a8f274b8a25703935ab4092f190e9d54b8559.tar.bz2 opensim-SC-958a8f274b8a25703935ab4092f190e9d54b8559.tar.xz |
Revert "Add support for user preferences (im via email)"
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b.
Diffstat (limited to 'OpenSim/Data/IProfilesData.cs')
-rw-r--r-- | OpenSim/Data/IProfilesData.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/IProfilesData.cs b/OpenSim/Data/IProfilesData.cs index 7fb075d..0de7f68 100644 --- a/OpenSim/Data/IProfilesData.cs +++ b/OpenSim/Data/IProfilesData.cs | |||
@@ -48,8 +48,6 @@ namespace OpenSim.Data | |||
48 | bool UpdateAvatarProperties(ref UserProfileProperties props, ref string result); | 48 | bool UpdateAvatarProperties(ref UserProfileProperties props, ref string result); |
49 | bool UpdateAvatarInterests(UserProfileProperties up, ref string result); | 49 | bool UpdateAvatarInterests(UserProfileProperties up, ref string result); |
50 | bool GetClassifiedInfo(ref UserClassifiedAdd ad, ref string result); | 50 | bool GetClassifiedInfo(ref UserClassifiedAdd ad, ref string result); |
51 | bool UpdateUserPreferences(ref UserPreferences pref, ref string result); | ||
52 | bool GetUserPreferences(ref UserPreferences pref, ref string result); | ||
53 | bool GetUserAppData(ref UserAppData props, ref string result); | 51 | bool GetUserAppData(ref UserAppData props, ref string result); |
54 | bool SetUserAppData(UserAppData props, ref string result); | 52 | bool SetUserAppData(UserAppData props, ref string result); |
55 | OSDArray GetUserImageAssets(UUID avatarId); | 53 | OSDArray GetUserImageAssets(UUID avatarId); |