Remove compiler warning from UserProfilesHandlers

ghosts
Justin Clark-Casey (justincc) 2014-10-09 01:03:45 +01:00
parent 235eb92c0e
commit e902824da7
1 changed files with 1 additions and 2 deletions

View File

@ -263,8 +263,7 @@ namespace OpenSim.Server.Handlers
m_log.DebugFormat ("Avatar Notes Request");
return false;
}
string result = string.Empty;
UserProfileNotes note = new UserProfileNotes();
object Note = (object)note;
OSD.DeserializeMembers(ref Note, (OSDMap)json["params"]);