remove some obsolete code

This commit is contained in:
UbitUmarov
2023-11-29 12:17:08 +00:00
parent a948cccbe2
commit 79ac5c7f54
7 changed files with 113 additions and 60 deletions

View File

@@ -48,9 +48,7 @@ namespace OpenSim.Framework
private short _type;
/// <summary>
/// This is used to denote the version of the client, needed
/// because of the changes clients have with inventory from
/// time to time (1.19.1 caused us some fits there).
/// This is used to denote the version of folder
/// </summary>
private ushort _version;

View File

@@ -33,6 +33,8 @@ using System.Reflection;
using log4net;
using LukeSkywalker.IPNetwork;
using Nini.Config;
using IPNetwork = LukeSkywalker.IPNetwork.IPNetwork;
namespace OpenSim.Framework
{