mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Complete removal of the now unused state queue
This commit is contained in:
@@ -47,9 +47,6 @@ namespace OpenSim.Framework
|
||||
Texture = 5,
|
||||
/// <summary>Non-texture assets</summary>
|
||||
Asset = 6,
|
||||
/// <summary>Avatar and primitive data</summary>
|
||||
/// <remarks>This is a sub-category of Task</remarks>
|
||||
State = 7,
|
||||
}
|
||||
|
||||
[Flags]
|
||||
@@ -61,6 +58,5 @@ namespace OpenSim.Framework
|
||||
Task = 1 << 3,
|
||||
Texture = 1 << 4,
|
||||
Asset = 1 << 5,
|
||||
State = 1 << 6,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user