diff options
number of changes
Diffstat (limited to 'Common/OpenSim.Framework/AgentInventory.cs')
-rw-r--r-- | Common/OpenSim.Framework/AgentInventory.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Common/OpenSim.Framework/AgentInventory.cs b/Common/OpenSim.Framework/AgentInventory.cs index 6fdd6c5..f2ef729 100644 --- a/Common/OpenSim.Framework/AgentInventory.cs +++ b/Common/OpenSim.Framework/AgentInventory.cs | |||
@@ -237,15 +237,4 @@ namespace OpenSim.Framework.Inventory | |||
237 | return result; | 237 | return result; |
238 | } | 238 | } |
239 | } | 239 | } |
240 | |||
241 | public class AvatarWearable | ||
242 | { | ||
243 | public LLUUID AssetID = new LLUUID("00000000-0000-0000-0000-000000000000"); | ||
244 | public LLUUID ItemID = new LLUUID("00000000-0000-0000-0000-000000000000"); | ||
245 | |||
246 | public AvatarWearable() | ||
247 | { | ||
248 | |||
249 | } | ||
250 | } | ||
251 | } | 240 | } |