mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Removing some housekeeping tagged elements.
* 6 Compiler warnings left (total) - two legacy caps warnings, four unused ScenePresence events.
This commit is contained in:
@@ -15,8 +15,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
private const uint FULL_MASK_PERMISSIONS = 2147483647;
|
||||
|
||||
private ulong m_regionHandle;
|
||||
private uint m_flags = 32 + 65536 + 131072 + 256 + 4 + 8 + 2048 + 524288 + 268435456 + 128; // HOUSEKEEPING : Do we really need this?
|
||||
//private Dictionary<LLUUID, InventoryItem> inventoryItems;
|
||||
|
||||
public string SitName = "";
|
||||
public string TouchName = "";
|
||||
|
||||
Reference in New Issue
Block a user