mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Remove the core module extra profile settings support carried in with the latest
patches. We don't need it.
This commit is contained in:
@@ -748,6 +748,7 @@ namespace OpenSim.Data.SQLite
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
public bool UpdateUserPreferences(ref UserPreferences pref, ref string result)
|
||||
{
|
||||
string query = string.Empty;
|
||||
@@ -830,6 +831,7 @@ namespace OpenSim.Data.SQLite
|
||||
}
|
||||
return true;
|
||||
}
|
||||
*/
|
||||
|
||||
public bool GetUserAppData(ref UserAppData props, ref string result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user