clean up; CODE SEEMS USABLE AGAIN

This commit is contained in:
UbitUmarov
2020-10-06 22:26:27 +01:00
parent a2268160a8
commit f4db2f4b93
3 changed files with 1 additions and 23 deletions

View File

@@ -169,21 +169,7 @@ namespace OpenSim.Framework
get { return UTF8Description == null ? string.Empty : UTF8Description.ToString();}
set { UTF8Description = string.IsNullOrWhiteSpace(value) ? null : new osUTF8(value);}
}
/*
public string Description
{
get
{
return m_description;
}
set
{
m_description = value;
}
}
protected string m_description = String.Empty;
*/
/// <value>
///
/// </value>