diff --git a/LibreMetaverse.GUI/AvatarList.cs b/LibreMetaverse.GUI/AvatarList.cs index 8fb8c1c8..ae0dda2f 100644 --- a/LibreMetaverse.GUI/AvatarList.cs +++ b/LibreMetaverse.GUI/AvatarList.cs @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using OpenMetaverse; using System; using System.Collections.Generic; using System.Drawing; diff --git a/LibreMetaverse.GUI/FriendList.cs b/LibreMetaverse.GUI/FriendList.cs index 0197f4bc..487fff88 100644 --- a/LibreMetaverse.GUI/FriendList.cs +++ b/LibreMetaverse.GUI/FriendList.cs @@ -25,8 +25,6 @@ */ using System; -using System.Collections; -using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; diff --git a/LibreMetaverse.GUI/GroupList.cs b/LibreMetaverse.GUI/GroupList.cs index 3b40284b..186e83d0 100644 --- a/LibreMetaverse.GUI/GroupList.cs +++ b/LibreMetaverse.GUI/GroupList.cs @@ -25,9 +25,7 @@ */ using System; -using System.Collections; using System.Collections.Generic; -using System.Drawing; using System.Windows.Forms; namespace OpenMetaverse.GUI diff --git a/LibreMetaverse.GUI/ListColumnSorter.cs b/LibreMetaverse.GUI/ListColumnSorter.cs index 818e719e..f35b768f 100644 --- a/LibreMetaverse.GUI/ListColumnSorter.cs +++ b/LibreMetaverse.GUI/ListColumnSorter.cs @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; using System.Collections; using System.Windows.Forms; diff --git a/LibreMetaverse.GUI/LocalChat.cs b/LibreMetaverse.GUI/LocalChat.cs index ef1bfbeb..1c322a8c 100644 --- a/LibreMetaverse.GUI/LocalChat.cs +++ b/LibreMetaverse.GUI/LocalChat.cs @@ -25,7 +25,6 @@ */ using System; -using System.Collections.Generic; using System.Drawing; using System.IO; using System.Windows.Forms; diff --git a/LibreMetaverse.GUI/MessageBar.cs b/LibreMetaverse.GUI/MessageBar.cs index 032d1aff..c4d1b774 100644 --- a/LibreMetaverse.GUI/MessageBar.cs +++ b/LibreMetaverse.GUI/MessageBar.cs @@ -1,8 +1,6 @@ -using OpenMetaverse; -using System; +using System; using System.Collections.Generic; using System.Drawing; -using System.Text; using System.Windows.Forms; namespace OpenMetaverse.GUI diff --git a/LibreMetaverse.GUI/MiniMap.cs b/LibreMetaverse.GUI/MiniMap.cs index 8a03dd88..eee9e0fb 100644 --- a/LibreMetaverse.GUI/MiniMap.cs +++ b/LibreMetaverse.GUI/MiniMap.cs @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; diff --git a/LibreMetaverse.Rendering.Simple/SimpleRenderer.cs b/LibreMetaverse.Rendering.Simple/SimpleRenderer.cs index df0663c8..e2ff37fe 100644 --- a/LibreMetaverse.Rendering.Simple/SimpleRenderer.cs +++ b/LibreMetaverse.Rendering.Simple/SimpleRenderer.cs @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; using System.Drawing; using System.Collections.Generic; diff --git a/LibreMetaverse.StructuredData/LLSD/BinaryLLSD.cs b/LibreMetaverse.StructuredData/LLSD/BinaryLLSD.cs index dcfd17dd..4298ab70 100644 --- a/LibreMetaverse.StructuredData/LLSD/BinaryLLSD.cs +++ b/LibreMetaverse.StructuredData/LLSD/BinaryLLSD.cs @@ -38,7 +38,6 @@ using System; using System.IO; -using System.Collections; using System.Collections.Generic; using System.Text; diff --git a/LibreMetaverse.Types/CRC32.cs b/LibreMetaverse.Types/CRC32.cs index f2aed82c..c85a9f3e 100644 --- a/LibreMetaverse.Types/CRC32.cs +++ b/LibreMetaverse.Types/CRC32.cs @@ -24,8 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; - namespace OpenMetaverse { public class CRC32 diff --git a/LibreMetaverse.Types/Ray.cs b/LibreMetaverse.Types/Ray.cs index 53c06598..18fd6943 100644 --- a/LibreMetaverse.Types/Ray.cs +++ b/LibreMetaverse.Types/Ray.cs @@ -24,8 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; - namespace OpenMetaverse { public struct Ray diff --git a/LibreMetaverse.Utilities/VoiceManagerBlocking.cs b/LibreMetaverse.Utilities/VoiceManagerBlocking.cs index ae460d82..b6eca486 100644 --- a/LibreMetaverse.Utilities/VoiceManagerBlocking.cs +++ b/LibreMetaverse.Utilities/VoiceManagerBlocking.cs @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; using System.Collections.Generic; using System.Threading; diff --git a/LibreMetaverse/AppearanceManager.cs b/LibreMetaverse/AppearanceManager.cs index d2aa091f..749ab164 100644 --- a/LibreMetaverse/AppearanceManager.cs +++ b/LibreMetaverse/AppearanceManager.cs @@ -30,7 +30,6 @@ using System.Collections.Generic; using System.Threading; using System.Linq; using System.Threading.Tasks; -using LibreMetaverse; using Microsoft.Collections.Extensions; using OpenMetaverse.Packets; using OpenMetaverse.Imaging; diff --git a/LibreMetaverse/AssetManager.cs b/LibreMetaverse/AssetManager.cs index 6daeaa7a..b1374e28 100644 --- a/LibreMetaverse/AssetManager.cs +++ b/LibreMetaverse/AssetManager.cs @@ -28,7 +28,6 @@ using System; using System.Collections.Generic; using System.Threading; -using System.Net; using OpenMetaverse.Packets; using OpenMetaverse.Assets; using OpenMetaverse.Http; diff --git a/LibreMetaverse/Assets/Archiving/ArchiveConstants.cs b/LibreMetaverse/Assets/Archiving/ArchiveConstants.cs index d9c0ae84..24a5a764 100644 --- a/LibreMetaverse/Assets/Archiving/ArchiveConstants.cs +++ b/LibreMetaverse/Assets/Archiving/ArchiveConstants.cs @@ -25,7 +25,6 @@ */ using System.Collections.Generic; -using OpenMetaverse; namespace OpenMetaverse.Assets { diff --git a/LibreMetaverse/Assets/Archiving/AssetsArchiver.cs b/LibreMetaverse/Assets/Archiving/AssetsArchiver.cs index 0aad995b..7f78fc9b 100644 --- a/LibreMetaverse/Assets/Archiving/AssetsArchiver.cs +++ b/LibreMetaverse/Assets/Archiving/AssetsArchiver.cs @@ -27,9 +27,7 @@ using System; using System.Collections.Generic; using System.IO; -using System.Reflection; using System.Xml; -using OpenMetaverse; namespace OpenMetaverse.Assets { diff --git a/LibreMetaverse/Assets/Archiving/OarFile.cs b/LibreMetaverse/Assets/Archiving/OarFile.cs index b1f56847..5f5ec35e 100644 --- a/LibreMetaverse/Assets/Archiving/OarFile.cs +++ b/LibreMetaverse/Assets/Archiving/OarFile.cs @@ -28,10 +28,8 @@ using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; -using System.Text; using System.Xml; using System.Threading; -using OpenMetaverse; namespace OpenMetaverse.Assets { diff --git a/LibreMetaverse/Assets/Archiving/TarArchiveReader.cs b/LibreMetaverse/Assets/Archiving/TarArchiveReader.cs index 88ca4608..257dba8b 100644 --- a/LibreMetaverse/Assets/Archiving/TarArchiveReader.cs +++ b/LibreMetaverse/Assets/Archiving/TarArchiveReader.cs @@ -26,7 +26,6 @@ using System; using System.IO; -using System.Reflection; using System.Text; namespace OpenMetaverse.Assets diff --git a/LibreMetaverse/Assets/Archiving/TarArchiveWriter.cs b/LibreMetaverse/Assets/Archiving/TarArchiveWriter.cs index 7cdfdcce..45ddbba9 100644 --- a/LibreMetaverse/Assets/Archiving/TarArchiveWriter.cs +++ b/LibreMetaverse/Assets/Archiving/TarArchiveWriter.cs @@ -25,7 +25,6 @@ */ using System; -using System.Collections.Generic; using System.IO; using System.Text; diff --git a/LibreMetaverse/Assets/Asset.cs b/LibreMetaverse/Assets/Asset.cs index 4ee95116..7935dfb4 100644 --- a/LibreMetaverse/Assets/Asset.cs +++ b/LibreMetaverse/Assets/Asset.cs @@ -24,9 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using OpenMetaverse; - namespace OpenMetaverse.Assets { /// diff --git a/LibreMetaverse/Assets/AssetTypes/AssetAnimation.cs b/LibreMetaverse/Assets/AssetTypes/AssetAnimation.cs index c47bf4ea..ed4e223b 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetAnimation.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetAnimation.cs @@ -24,9 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using OpenMetaverse; - namespace OpenMetaverse.Assets { /// diff --git a/LibreMetaverse/Assets/AssetTypes/AssetBodypart.cs b/LibreMetaverse/Assets/AssetTypes/AssetBodypart.cs index e45b9320..71c46c4b 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetBodypart.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetBodypart.cs @@ -24,9 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using OpenMetaverse; - namespace OpenMetaverse.Assets { /// diff --git a/LibreMetaverse/Assets/AssetTypes/AssetCallingCard.cs b/LibreMetaverse/Assets/AssetTypes/AssetCallingCard.cs index fefbbb69..5ee378fe 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetCallingCard.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetCallingCard.cs @@ -25,7 +25,6 @@ */ using System; -using OpenMetaverse; namespace OpenMetaverse.Assets { diff --git a/LibreMetaverse/Assets/AssetTypes/AssetClothing.cs b/LibreMetaverse/Assets/AssetTypes/AssetClothing.cs index f040f7df..863468c9 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetClothing.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetClothing.cs @@ -24,9 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using OpenMetaverse; - namespace OpenMetaverse.Assets { /// diff --git a/LibreMetaverse/Assets/AssetTypes/AssetGesture.cs b/LibreMetaverse/Assets/AssetTypes/AssetGesture.cs index 7e86d9ed..398449dd 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetGesture.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetGesture.cs @@ -27,8 +27,6 @@ using System; using System.Collections.Generic; using System.Text; -using System.Text.RegularExpressions; -using OpenMetaverse; namespace OpenMetaverse.Assets { diff --git a/LibreMetaverse/Assets/AssetTypes/AssetLandmark.cs b/LibreMetaverse/Assets/AssetTypes/AssetLandmark.cs index e9aeb19a..f8ec9af5 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetLandmark.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetLandmark.cs @@ -25,7 +25,6 @@ */ using System; -using OpenMetaverse; namespace OpenMetaverse.Assets { diff --git a/LibreMetaverse/Assets/AssetTypes/AssetMutable.cs b/LibreMetaverse/Assets/AssetTypes/AssetMutable.cs index b74f1c16..0525539c 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetMutable.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetMutable.cs @@ -24,9 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using OpenMetaverse; - namespace OpenMetaverse.Assets { /// diff --git a/LibreMetaverse/Assets/AssetTypes/AssetNotecard.cs b/LibreMetaverse/Assets/AssetTypes/AssetNotecard.cs index 6db30587..2a5e2ea5 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetNotecard.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetNotecard.cs @@ -28,7 +28,6 @@ using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; -using OpenMetaverse; namespace OpenMetaverse.Assets { diff --git a/LibreMetaverse/Assets/AssetTypes/AssetPrim.cs b/LibreMetaverse/Assets/AssetTypes/AssetPrim.cs index d6f475db..b5bb5608 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetPrim.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetPrim.cs @@ -28,7 +28,6 @@ using System; using System.Collections.Generic; using System.IO; using System.Xml; -using OpenMetaverse; using OpenMetaverse.StructuredData; namespace OpenMetaverse.Assets diff --git a/LibreMetaverse/Assets/AssetTypes/AssetScriptBinary.cs b/LibreMetaverse/Assets/AssetTypes/AssetScriptBinary.cs index 1953bff3..886de295 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetScriptBinary.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetScriptBinary.cs @@ -24,9 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using OpenMetaverse; - namespace OpenMetaverse.Assets { /// diff --git a/LibreMetaverse/Assets/AssetTypes/AssetScriptText.cs b/LibreMetaverse/Assets/AssetTypes/AssetScriptText.cs index b7aa2403..563a65f6 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetScriptText.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetScriptText.cs @@ -24,9 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using OpenMetaverse; - namespace OpenMetaverse.Assets { /// diff --git a/LibreMetaverse/Assets/AssetTypes/AssetTexture.cs b/LibreMetaverse/Assets/AssetTypes/AssetTexture.cs index 55149681..eee3089c 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetTexture.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetTexture.cs @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; using OpenMetaverse.Imaging; namespace OpenMetaverse.Assets diff --git a/LibreMetaverse/Assets/AssetTypes/AssetWearable.cs b/LibreMetaverse/Assets/AssetTypes/AssetWearable.cs index c1f3411e..67a8c6e1 100644 --- a/LibreMetaverse/Assets/AssetTypes/AssetWearable.cs +++ b/LibreMetaverse/Assets/AssetTypes/AssetWearable.cs @@ -27,7 +27,6 @@ using System; using System.Collections.Generic; using System.Text; -using OpenMetaverse; namespace OpenMetaverse.Assets { diff --git a/LibreMetaverse/GridClient.cs b/LibreMetaverse/GridClient.cs index 1c1d21e2..a6c845d4 100644 --- a/LibreMetaverse/GridClient.cs +++ b/LibreMetaverse/GridClient.cs @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; using LibreMetaverse; namespace OpenMetaverse diff --git a/LibreMetaverse/Imaging/BakeLayer.cs b/LibreMetaverse/Imaging/BakeLayer.cs index d91fe235..b36f55ff 100644 --- a/LibreMetaverse/Imaging/BakeLayer.cs +++ b/LibreMetaverse/Imaging/BakeLayer.cs @@ -25,7 +25,6 @@ */ using System; -using System.Reflection; using System.Collections.Generic; using System.IO; using System.Drawing; diff --git a/LibreMetaverse/ImportExport/ModelUploader.cs b/LibreMetaverse/ImportExport/ModelUploader.cs index 31a84983..34fbcceb 100644 --- a/LibreMetaverse/ImportExport/ModelUploader.cs +++ b/LibreMetaverse/ImportExport/ModelUploader.cs @@ -26,10 +26,6 @@ using System; using System.Collections.Generic; -using System.Text.RegularExpressions; -using System.IO; -using System.Xml; -using System.Xml.Serialization; using OpenMetaverse.StructuredData; using OpenMetaverse.Http; diff --git a/LibreMetaverse/Interfaces/IByteBufferPool.cs b/LibreMetaverse/Interfaces/IByteBufferPool.cs index fbfb6fa7..63a7747d 100644 --- a/LibreMetaverse/Interfaces/IByteBufferPool.cs +++ b/LibreMetaverse/Interfaces/IByteBufferPool.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace OpenMetaverse.Interfaces +namespace OpenMetaverse.Interfaces { /// /// Interface to a class that can supply cached byte arrays diff --git a/LibreMetaverse/Interfaces/IMessage.cs b/LibreMetaverse/Interfaces/IMessage.cs index 6c515a46..9dcea875 100644 --- a/LibreMetaverse/Interfaces/IMessage.cs +++ b/LibreMetaverse/Interfaces/IMessage.cs @@ -24,9 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using System.Collections.Generic; -using System.Text; using OpenMetaverse.StructuredData; diff --git a/LibreMetaverse/Inventory.cs b/LibreMetaverse/Inventory.cs index f6075388..830e21a4 100644 --- a/LibreMetaverse/Inventory.cs +++ b/LibreMetaverse/Inventory.cs @@ -28,7 +28,6 @@ using System; using System.Collections.Generic; using System.IO; -using ProtoBuf; using System.Runtime.Serialization.Formatters.Binary; namespace OpenMetaverse diff --git a/LibreMetaverse/Login.cs b/LibreMetaverse/Login.cs index 839b88a0..77056edf 100644 --- a/LibreMetaverse/Login.cs +++ b/LibreMetaverse/Login.cs @@ -35,7 +35,6 @@ using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; -using System.Net.NetworkInformation; using System.Security.Cryptography; using System.Text; using System.Threading; diff --git a/LibreMetaverse/NetworkManager.cs b/LibreMetaverse/NetworkManager.cs index 315ccdc8..9a30c458 100644 --- a/LibreMetaverse/NetworkManager.cs +++ b/LibreMetaverse/NetworkManager.cs @@ -25,12 +25,10 @@ */ using System; -using System.Collections.Concurrent; using System.Threading; using System.Collections.Generic; using System.Linq; using System.Net; -using System.Net.Http; using System.Threading.Channels; using System.Threading.Tasks; using OpenMetaverse.Packets; @@ -38,7 +36,7 @@ using OpenMetaverse.Interfaces; using OpenMetaverse.Messages.Linden; namespace OpenMetaverse -{ +{ /// /// NetworkManager is responsible for managing the network layer of /// OpenMetaverse. It tracks all the server connections, serializes diff --git a/LibreMetaverse/PacketDecoder.cs b/LibreMetaverse/PacketDecoder.cs index 2933cf4f..dd897631 100644 --- a/LibreMetaverse/PacketDecoder.cs +++ b/LibreMetaverse/PacketDecoder.cs @@ -26,7 +26,6 @@ using System; using System.Collections.Generic; -using System.Collections.ObjectModel; using System.Reflection; using System.Text; diff --git a/LibreMetaverse/Primitives/ParticleSystem.cs b/LibreMetaverse/Primitives/ParticleSystem.cs index 5adbba2d..421135b1 100644 --- a/LibreMetaverse/Primitives/ParticleSystem.cs +++ b/LibreMetaverse/Primitives/ParticleSystem.cs @@ -25,8 +25,6 @@ */ using System; -using System.Collections.Generic; -using System.ComponentModel; using OpenMetaverse.StructuredData; namespace OpenMetaverse diff --git a/LibreMetaverse/Primitives/Primitive.cs b/LibreMetaverse/Primitives/Primitive.cs index 55c00304..6b1ef22e 100644 --- a/LibreMetaverse/Primitives/Primitive.cs +++ b/LibreMetaverse/Primitives/Primitive.cs @@ -25,7 +25,6 @@ */ using System; -using System.Collections.Generic; using OpenMetaverse.StructuredData; namespace OpenMetaverse diff --git a/LibreMetaverse/Sounds.cs b/LibreMetaverse/Sounds.cs index 4117ed29..06f886ec 100644 --- a/LibreMetaverse/Sounds.cs +++ b/LibreMetaverse/Sounds.cs @@ -24,7 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; using System.Reflection; using System.Collections.Generic; diff --git a/LibreMetaverse/UDPPacketBuffer.cs b/LibreMetaverse/UDPPacketBuffer.cs index 7574bf04..50659b67 100644 --- a/LibreMetaverse/UDPPacketBuffer.cs +++ b/LibreMetaverse/UDPPacketBuffer.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System; using System.Net; namespace OpenMetaverse diff --git a/LibreMetaverse/Voice/VoiceAccount.cs b/LibreMetaverse/Voice/VoiceAccount.cs index 2a059c3d..ec8c6088 100644 --- a/LibreMetaverse/Voice/VoiceAccount.cs +++ b/LibreMetaverse/Voice/VoiceAccount.cs @@ -24,8 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using System.Collections.Generic; using System.Text; namespace OpenMetaverse.Voice diff --git a/LibreMetaverse/Voice/VoiceAux.cs b/LibreMetaverse/Voice/VoiceAux.cs index 13818544..7412d9c7 100644 --- a/LibreMetaverse/Voice/VoiceAux.cs +++ b/LibreMetaverse/Voice/VoiceAux.cs @@ -24,10 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using System.Collections.Generic; -using System.Text; - namespace OpenMetaverse.Voice { public partial class VoiceGateway diff --git a/LibreMetaverse/Voice/VoiceConnector.cs b/LibreMetaverse/Voice/VoiceConnector.cs index d08d1f07..b4fd8566 100644 --- a/LibreMetaverse/Voice/VoiceConnector.cs +++ b/LibreMetaverse/Voice/VoiceConnector.cs @@ -24,8 +24,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; -using System.Collections.Generic; using System.Text; namespace OpenMetaverse.Voice diff --git a/LibreMetaverse/Voice/VoiceControl.cs b/LibreMetaverse/Voice/VoiceControl.cs index 94dd846b..624beed5 100644 --- a/LibreMetaverse/Voice/VoiceControl.cs +++ b/LibreMetaverse/Voice/VoiceControl.cs @@ -27,12 +27,8 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; using System.IO; using System.Threading; - -using OpenMetaverse; using OpenMetaverse.StructuredData; using OpenMetaverse.Http; diff --git a/LibreMetaverse/Voice/VoiceParticipant.cs b/LibreMetaverse/Voice/VoiceParticipant.cs index ff8ebb2e..e08e5757 100644 --- a/LibreMetaverse/Voice/VoiceParticipant.cs +++ b/LibreMetaverse/Voice/VoiceParticipant.cs @@ -25,8 +25,6 @@ */ using System; -using System.Collections.Generic; -using System.Linq; using System.Text; using System.Text.RegularExpressions; diff --git a/LibreMetaverse/Voice/VoiceSession.cs b/LibreMetaverse/Voice/VoiceSession.cs index 04e561a7..d45b97d6 100644 --- a/LibreMetaverse/Voice/VoiceSession.cs +++ b/LibreMetaverse/Voice/VoiceSession.cs @@ -24,10 +24,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -using System; using System.Collections.Generic; using System.Text; -using OpenMetaverse; namespace OpenMetaverse.Voice { diff --git a/LibreMetaverse/_Packets_.cs b/LibreMetaverse/_Packets_.cs index b330a14c..096c5f37 100644 --- a/LibreMetaverse/_Packets_.cs +++ b/LibreMetaverse/_Packets_.cs @@ -25,8 +25,6 @@ */ using System; -using System.Text; -using OpenMetaverse; namespace OpenMetaverse { diff --git a/Programs/GridProxy/GridProxy.cs b/Programs/GridProxy/GridProxy.cs index 76cb826c..c4289ea3 100644 --- a/Programs/GridProxy/GridProxy.cs +++ b/Programs/GridProxy/GridProxy.cs @@ -44,9 +44,7 @@ using OpenMetaverse; using OpenMetaverse.Http; using OpenMetaverse.Packets; using OpenMetaverse.StructuredData; -using log4net; using XmlRpcCore; -using Logger = XmlRpcCore.Logger; namespace GridProxy { diff --git a/Programs/GridProxy/GridProxyLoader.cs b/Programs/GridProxy/GridProxyLoader.cs index 7a5dcd46..49da8ada 100644 --- a/Programs/GridProxy/GridProxyLoader.cs +++ b/Programs/GridProxy/GridProxyLoader.cs @@ -1,14 +1,11 @@ using System; using System.Collections.Generic; -using System.Globalization; using System.IO; using System.Net; -using System.Text.RegularExpressions; using System.Reflection; using OpenMetaverse; using OpenMetaverse.Packets; -using GridProxy; using XmlRpcCore; using Logger = OpenMetaverse.Logger; diff --git a/Programs/GridProxy/GridProxyMain.cs b/Programs/GridProxy/GridProxyMain.cs index 04430ca7..432fef1c 100644 --- a/Programs/GridProxy/GridProxyMain.cs +++ b/Programs/GridProxy/GridProxyMain.cs @@ -1,5 +1,3 @@ -using System; -using System.Reflection; using GridProxy; class ProxyMain diff --git a/Programs/GridProxy/Plugins/Analyst.cs b/Programs/GridProxy/Plugins/Analyst.cs index 64b4909e..cf3bfd68 100644 --- a/Programs/GridProxy/Plugins/Analyst.cs +++ b/Programs/GridProxy/Plugins/Analyst.cs @@ -32,12 +32,10 @@ using System; using System.Collections; using System.Collections.Generic; -using System.Globalization; using System.IO; using System.Net; using System.Text.RegularExpressions; using System.Reflection; -using XmlRpcCore; using OpenMetaverse; using OpenMetaverse.Packets; using GridProxy; diff --git a/Programs/GridProxy/Plugins/ClientAO.cs b/Programs/GridProxy/Plugins/ClientAO.cs index 1b946f58..dceea69c 100644 --- a/Programs/GridProxy/Plugins/ClientAO.cs +++ b/Programs/GridProxy/Plugins/ClientAO.cs @@ -29,15 +29,10 @@ */ using System; -using System.Collections; using System.Collections.Generic; using System.Net; -using System.IO; -using System.Reflection; using OpenMetaverse; using OpenMetaverse.Packets; -using OpenMetaverse.StructuredData; -using XmlRpcCore; using GridProxy; diff --git a/Programs/examples/PacketDump/PacketDump.cs b/Programs/examples/PacketDump/PacketDump.cs index b5918869..204c45d8 100644 --- a/Programs/examples/PacketDump/PacketDump.cs +++ b/Programs/examples/PacketDump/PacketDump.cs @@ -25,14 +25,13 @@ */ using System; -using System.Collections.Generic; using System.Threading; using OpenMetaverse; using OpenMetaverse.Packets; namespace PacketDump { - class PacketDump + class PacketDump { static bool LoginSuccess = false; static AutoResetEvent LoginEvent = new AutoResetEvent(false); diff --git a/Programs/examples/TestClient/ClientManager.cs b/Programs/examples/TestClient/ClientManager.cs index 6e66cd9a..067ccc5c 100644 --- a/Programs/examples/TestClient/ClientManager.cs +++ b/Programs/examples/TestClient/ClientManager.cs @@ -1,10 +1,6 @@ using System; using System.Collections.Generic; -using System.Reflection; -using System.Xml; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Command.cs b/Programs/examples/TestClient/Command.cs index a007e8a0..38fd266b 100644 --- a/Programs/examples/TestClient/Command.cs +++ b/Programs/examples/TestClient/Command.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Agent/BotsCommand.cs b/Programs/examples/TestClient/Commands/Agent/BotsCommand.cs index 2ff90055..eb9061f6 100644 --- a/Programs/examples/TestClient/Commands/Agent/BotsCommand.cs +++ b/Programs/examples/TestClient/Commands/Agent/BotsCommand.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Agent/CloneProfileCommand.cs b/Programs/examples/TestClient/Commands/Agent/CloneProfileCommand.cs index 9a2e00ce..60e63ef1 100644 --- a/Programs/examples/TestClient/Commands/Agent/CloneProfileCommand.cs +++ b/Programs/examples/TestClient/Commands/Agent/CloneProfileCommand.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Agent/GenericMessageCommand.cs b/Programs/examples/TestClient/Commands/Agent/GenericMessageCommand.cs index 1af8c12c..7e855786 100644 --- a/Programs/examples/TestClient/Commands/Agent/GenericMessageCommand.cs +++ b/Programs/examples/TestClient/Commands/Agent/GenericMessageCommand.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; using System.Text; -using OpenMetaverse; using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Agent/PlayAnimationCommand.cs b/Programs/examples/TestClient/Commands/Agent/PlayAnimationCommand.cs index d5e9ca78..b33c7045 100644 --- a/Programs/examples/TestClient/Commands/Agent/PlayAnimationCommand.cs +++ b/Programs/examples/TestClient/Commands/Agent/PlayAnimationCommand.cs @@ -1,9 +1,6 @@ using System; using System.Text; -using System.Reflection; using System.Collections.Generic; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Agent/TouchCommand.cs b/Programs/examples/TestClient/Commands/Agent/TouchCommand.cs index eb767cdd..3497d18c 100644 --- a/Programs/examples/TestClient/Commands/Agent/TouchCommand.cs +++ b/Programs/examples/TestClient/Commands/Agent/TouchCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class TouchCommand: Command diff --git a/Programs/examples/TestClient/Commands/Agent/WhoCommand.cs b/Programs/examples/TestClient/Commands/Agent/WhoCommand.cs index 7ceb1174..2be3e1e1 100644 --- a/Programs/examples/TestClient/Commands/Agent/WhoCommand.cs +++ b/Programs/examples/TestClient/Commands/Agent/WhoCommand.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Appearance/AppearanceCommand.cs b/Programs/examples/TestClient/Commands/Appearance/AppearanceCommand.cs index 84f47c91..39f1e8fa 100644 --- a/Programs/examples/TestClient/Commands/Appearance/AppearanceCommand.cs +++ b/Programs/examples/TestClient/Commands/Appearance/AppearanceCommand.cs @@ -1,7 +1,3 @@ -using System; -using System.Threading; -using OpenMetaverse; - namespace OpenMetaverse.TestClient { /// diff --git a/Programs/examples/TestClient/Commands/Appearance/AttachmentsCommand.cs b/Programs/examples/TestClient/Commands/Appearance/AttachmentsCommand.cs index 8c3bd842..87e251a4 100644 --- a/Programs/examples/TestClient/Commands/Appearance/AttachmentsCommand.cs +++ b/Programs/examples/TestClient/Commands/Appearance/AttachmentsCommand.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Appearance/AvatarInfoCommand.cs b/Programs/examples/TestClient/Commands/Appearance/AvatarInfoCommand.cs index c7fdf5dd..d09f441a 100644 --- a/Programs/examples/TestClient/Commands/Appearance/AvatarInfoCommand.cs +++ b/Programs/examples/TestClient/Commands/Appearance/AvatarInfoCommand.cs @@ -1,7 +1,5 @@ using System; -using System.Collections.Generic; using System.Text; -using OpenMetaverse; namespace OpenMetaverse.TestClient.Commands.Appearance { diff --git a/Programs/examples/TestClient/Commands/Appearance/CloneCommand.cs b/Programs/examples/TestClient/Commands/Appearance/CloneCommand.cs index 3a43536a..dbb3b451 100644 --- a/Programs/examples/TestClient/Commands/Appearance/CloneCommand.cs +++ b/Programs/examples/TestClient/Commands/Appearance/CloneCommand.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Threading; -using OpenMetaverse; using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Appearance/WearCommand.cs b/Programs/examples/TestClient/Commands/Appearance/WearCommand.cs index 5969cb81..ab487db2 100644 --- a/Programs/examples/TestClient/Commands/Appearance/WearCommand.cs +++ b/Programs/examples/TestClient/Commands/Appearance/WearCommand.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Communication/EchoMasterCommand.cs b/Programs/examples/TestClient/Commands/Communication/EchoMasterCommand.cs index 89b619ce..ec1e3c32 100644 --- a/Programs/examples/TestClient/Commands/Communication/EchoMasterCommand.cs +++ b/Programs/examples/TestClient/Commands/Communication/EchoMasterCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class EchoMasterCommand: Command diff --git a/Programs/examples/TestClient/Commands/Communication/IMCommand.cs b/Programs/examples/TestClient/Commands/Communication/IMCommand.cs index ab9d3e0d..d6cc294f 100644 --- a/Programs/examples/TestClient/Commands/Communication/IMCommand.cs +++ b/Programs/examples/TestClient/Commands/Communication/IMCommand.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Communication/IMGroupCommand.cs b/Programs/examples/TestClient/Commands/Communication/IMGroupCommand.cs index 9c7719f1..d353108d 100644 --- a/Programs/examples/TestClient/Commands/Communication/IMGroupCommand.cs +++ b/Programs/examples/TestClient/Commands/Communication/IMGroupCommand.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Communication/SayCommand.cs b/Programs/examples/TestClient/Commands/Communication/SayCommand.cs index e8d21767..599aef2d 100644 --- a/Programs/examples/TestClient/Commands/Communication/SayCommand.cs +++ b/Programs/examples/TestClient/Commands/Communication/SayCommand.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Communication/ShoutCommand.cs b/Programs/examples/TestClient/Commands/Communication/ShoutCommand.cs index c1c9cf75..bf14f772 100644 --- a/Programs/examples/TestClient/Commands/Communication/ShoutCommand.cs +++ b/Programs/examples/TestClient/Commands/Communication/ShoutCommand.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Communication/WhisperCommand.cs b/Programs/examples/TestClient/Commands/Communication/WhisperCommand.cs index 0a56489a..215876d1 100644 --- a/Programs/examples/TestClient/Commands/Communication/WhisperCommand.cs +++ b/Programs/examples/TestClient/Commands/Communication/WhisperCommand.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Directory/Key2NameCommand.cs b/Programs/examples/TestClient/Commands/Directory/Key2NameCommand.cs index a2839dab..47bc6e62 100644 --- a/Programs/examples/TestClient/Commands/Directory/Key2NameCommand.cs +++ b/Programs/examples/TestClient/Commands/Directory/Key2NameCommand.cs @@ -1,5 +1,4 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Text; namespace OpenMetaverse.TestClient.Commands diff --git a/Programs/examples/TestClient/Commands/Directory/SearchClassifiedsCommand.cs b/Programs/examples/TestClient/Commands/Directory/SearchClassifiedsCommand.cs index 038558d3..e60df7f9 100644 --- a/Programs/examples/TestClient/Commands/Directory/SearchClassifiedsCommand.cs +++ b/Programs/examples/TestClient/Commands/Directory/SearchClassifiedsCommand.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Programs/examples/TestClient/Commands/Directory/SearchEventsCommand.cs b/Programs/examples/TestClient/Commands/Directory/SearchEventsCommand.cs index 51b1cec7..83a246d6 100644 --- a/Programs/examples/TestClient/Commands/Directory/SearchEventsCommand.cs +++ b/Programs/examples/TestClient/Commands/Directory/SearchEventsCommand.cs @@ -1,7 +1,5 @@ using System; -using System.Collections.Generic; using System.Linq; -using System.Text; namespace OpenMetaverse.TestClient.Commands { diff --git a/Programs/examples/TestClient/Commands/Directory/SearchGroupsCommand.cs b/Programs/examples/TestClient/Commands/Directory/SearchGroupsCommand.cs index c09fb698..2555a432 100644 --- a/Programs/examples/TestClient/Commands/Directory/SearchGroupsCommand.cs +++ b/Programs/examples/TestClient/Commands/Directory/SearchGroupsCommand.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; namespace OpenMetaverse.TestClient.Commands { diff --git a/Programs/examples/TestClient/Commands/Directory/SearchLandCommand.cs b/Programs/examples/TestClient/Commands/Directory/SearchLandCommand.cs index 2bc75545..bffe7a81 100644 --- a/Programs/examples/TestClient/Commands/Directory/SearchLandCommand.cs +++ b/Programs/examples/TestClient/Commands/Directory/SearchLandCommand.cs @@ -1,6 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; +using System.Text; namespace OpenMetaverse.TestClient.Commands { diff --git a/Programs/examples/TestClient/Commands/Directory/SearchPeopleCommand.cs b/Programs/examples/TestClient/Commands/Directory/SearchPeopleCommand.cs index 9a2be426..55b41977 100644 --- a/Programs/examples/TestClient/Commands/Directory/SearchPeopleCommand.cs +++ b/Programs/examples/TestClient/Commands/Directory/SearchPeopleCommand.cs @@ -1,7 +1,5 @@ using System; -using System.Collections.Generic; using System.Linq; -using System.Text; namespace OpenMetaverse.TestClient.Commands { diff --git a/Programs/examples/TestClient/Commands/Directory/SearchPlacesCommand.cs b/Programs/examples/TestClient/Commands/Directory/SearchPlacesCommand.cs index ded2d3a3..5cb0650d 100644 --- a/Programs/examples/TestClient/Commands/Directory/SearchPlacesCommand.cs +++ b/Programs/examples/TestClient/Commands/Directory/SearchPlacesCommand.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Programs/examples/TestClient/Commands/Directory/ShowEventDetailsCommand.cs b/Programs/examples/TestClient/Commands/Directory/ShowEventDetailsCommand.cs index 47288a80..4011cc03 100644 --- a/Programs/examples/TestClient/Commands/Directory/ShowEventDetailsCommand.cs +++ b/Programs/examples/TestClient/Commands/Directory/ShowEventDetailsCommand.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Text; namespace OpenMetaverse.TestClient.Commands diff --git a/Programs/examples/TestClient/Commands/Estate/DownloadTerrainCommand.cs b/Programs/examples/TestClient/Commands/Estate/DownloadTerrainCommand.cs index 019e2105..137d2fec 100644 --- a/Programs/examples/TestClient/Commands/Estate/DownloadTerrainCommand.cs +++ b/Programs/examples/TestClient/Commands/Estate/DownloadTerrainCommand.cs @@ -2,7 +2,6 @@ using System.IO; using System.Collections.Generic; using System.Threading; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Estate/UploadRawTerrainCommand.cs b/Programs/examples/TestClient/Commands/Estate/UploadRawTerrainCommand.cs index 7a0be306..dbe4c30f 100644 --- a/Programs/examples/TestClient/Commands/Estate/UploadRawTerrainCommand.cs +++ b/Programs/examples/TestClient/Commands/Estate/UploadRawTerrainCommand.cs @@ -1,8 +1,5 @@ using System; using System.IO; -using System.Collections.Generic; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { public class UploadRawTerrainCommand : Command diff --git a/Programs/examples/TestClient/Commands/Friends/FriendsCommand.cs b/Programs/examples/TestClient/Commands/Friends/FriendsCommand.cs index abc71319..df9feb56 100644 --- a/Programs/examples/TestClient/Commands/Friends/FriendsCommand.cs +++ b/Programs/examples/TestClient/Commands/Friends/FriendsCommand.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; using System.Text; // the Namespace used for all TestClient commands diff --git a/Programs/examples/TestClient/Commands/Friends/MapFriendCommand.cs b/Programs/examples/TestClient/Commands/Friends/MapFriendCommand.cs index 5ea9bc7e..2fd55025 100644 --- a/Programs/examples/TestClient/Commands/Friends/MapFriendCommand.cs +++ b/Programs/examples/TestClient/Commands/Friends/MapFriendCommand.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; using System.Text; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Groups/ActivateGroupCommand.cs b/Programs/examples/TestClient/Commands/Groups/ActivateGroupCommand.cs index bd78e353..59650fe7 100644 --- a/Programs/examples/TestClient/Commands/Groups/ActivateGroupCommand.cs +++ b/Programs/examples/TestClient/Commands/Groups/ActivateGroupCommand.cs @@ -1,10 +1,7 @@ using System; -using System.Collections.Generic; using System.Linq; using System.Threading; -using OpenMetaverse; using OpenMetaverse.Packets; -using System.Text; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Groups/GroupMembersCommand.cs b/Programs/examples/TestClient/Commands/Groups/GroupMembersCommand.cs index 43e47288..893eed81 100644 --- a/Programs/examples/TestClient/Commands/Groups/GroupMembersCommand.cs +++ b/Programs/examples/TestClient/Commands/Groups/GroupMembersCommand.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; using System.Text; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Groups/GroupRolesCommand.cs b/Programs/examples/TestClient/Commands/Groups/GroupRolesCommand.cs index 30f5b436..8012def0 100644 --- a/Programs/examples/TestClient/Commands/Groups/GroupRolesCommand.cs +++ b/Programs/examples/TestClient/Commands/Groups/GroupRolesCommand.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; using System.Text; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Groups/GroupsCommand.cs b/Programs/examples/TestClient/Commands/Groups/GroupsCommand.cs index 78ff5757..3748a1a8 100644 --- a/Programs/examples/TestClient/Commands/Groups/GroupsCommand.cs +++ b/Programs/examples/TestClient/Commands/Groups/GroupsCommand.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; using System.Text; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Groups/InviteGroupCommand.cs b/Programs/examples/TestClient/Commands/Groups/InviteGroupCommand.cs index d1cb5398..155c81d7 100644 --- a/Programs/examples/TestClient/Commands/Groups/InviteGroupCommand.cs +++ b/Programs/examples/TestClient/Commands/Groups/InviteGroupCommand.cs @@ -1,9 +1,4 @@ -using System; using System.Collections.Generic; -using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; -using System.Text; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Groups/JoinGroupCommand.cs b/Programs/examples/TestClient/Commands/Groups/JoinGroupCommand.cs index 11261c4e..614697ed 100644 --- a/Programs/examples/TestClient/Commands/Groups/JoinGroupCommand.cs +++ b/Programs/examples/TestClient/Commands/Groups/JoinGroupCommand.cs @@ -1,9 +1,5 @@ using System; -using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; -using System.Text; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Groups/LeaveGroupCommand.cs b/Programs/examples/TestClient/Commands/Groups/LeaveGroupCommand.cs index 918c6ffb..307e44c8 100644 --- a/Programs/examples/TestClient/Commands/Groups/LeaveGroupCommand.cs +++ b/Programs/examples/TestClient/Commands/Groups/LeaveGroupCommand.cs @@ -1,10 +1,6 @@ using System; -using System.Collections.Generic; using System.Linq; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; -using System.Text; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Inventory/BackupCommand.cs b/Programs/examples/TestClient/Commands/Inventory/BackupCommand.cs index 93ff3246..a1c6c57b 100644 --- a/Programs/examples/TestClient/Commands/Inventory/BackupCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/BackupCommand.cs @@ -4,11 +4,6 @@ using System.IO; using System.Text; using System.Threading; using System.ComponentModel; -using System.Xml; -using System.Xml.Serialization; -using OpenMetaverse; -using OpenMetaverse.Packets; -using OpenMetaverse.TestClient; using OpenMetaverse.Assets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Inventory/BalanceCommand.cs b/Programs/examples/TestClient/Commands/Inventory/BalanceCommand.cs index 969ffe47..78746827 100644 --- a/Programs/examples/TestClient/Commands/Inventory/BalanceCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/BalanceCommand.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Inventory/ChangeDirectoryCommand.cs b/Programs/examples/TestClient/Commands/Inventory/ChangeDirectoryCommand.cs index 1362f0ac..28684e28 100644 --- a/Programs/examples/TestClient/Commands/Inventory/ChangeDirectoryCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/ChangeDirectoryCommand.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; +using System.Collections.Generic; namespace OpenMetaverse.TestClient.Commands.Inventory.Shell { diff --git a/Programs/examples/TestClient/Commands/Inventory/CreateNotecardCommand.cs b/Programs/examples/TestClient/Commands/Inventory/CreateNotecardCommand.cs index a06289dc..9ae09355 100644 --- a/Programs/examples/TestClient/Commands/Inventory/CreateNotecardCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/CreateNotecardCommand.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.IO; using System.Text; using System.Threading; -using OpenMetaverse; using OpenMetaverse.Assets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Inventory/DeleteFolderCommand.cs b/Programs/examples/TestClient/Commands/Inventory/DeleteFolderCommand.cs index b3e5eed1..94c86b28 100644 --- a/Programs/examples/TestClient/Commands/Inventory/DeleteFolderCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/DeleteFolderCommand.cs @@ -1,12 +1,6 @@ using System; using System.Collections.Generic; -using System.IO; using System.Linq; -using System.Text; -using System.Threading; -using System.Xml; -using System.Xml.Serialization; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Inventory/DownloadCommand.cs b/Programs/examples/TestClient/Commands/Inventory/DownloadCommand.cs index 52ea5a8c..ba70b9bb 100644 --- a/Programs/examples/TestClient/Commands/Inventory/DownloadCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/DownloadCommand.cs @@ -1,7 +1,6 @@ using System; using System.IO; using System.Threading; -using OpenMetaverse; using OpenMetaverse.Assets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Inventory/EmptyLostAndFound.cs b/Programs/examples/TestClient/Commands/Inventory/EmptyLostAndFound.cs index ce251a19..433b5217 100644 --- a/Programs/examples/TestClient/Commands/Inventory/EmptyLostAndFound.cs +++ b/Programs/examples/TestClient/Commands/Inventory/EmptyLostAndFound.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using OpenMetaverse; -using OpenMetaverse.Packets; - -namespace OpenMetaverse.TestClient +namespace OpenMetaverse.TestClient { public class EmptyLostAndCommand : Command { diff --git a/Programs/examples/TestClient/Commands/Inventory/EmptyTrashCommand.cs b/Programs/examples/TestClient/Commands/Inventory/EmptyTrashCommand.cs index 264bce20..a0c4be57 100644 --- a/Programs/examples/TestClient/Commands/Inventory/EmptyTrashCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/EmptyTrashCommand.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using OpenMetaverse; -using OpenMetaverse.Packets; - -namespace OpenMetaverse.TestClient +namespace OpenMetaverse.TestClient { public class EmptyTrashCommand : Command { diff --git a/Programs/examples/TestClient/Commands/Inventory/GiveAllCommand.cs b/Programs/examples/TestClient/Commands/Inventory/GiveAllCommand.cs index f930eee3..af291b7d 100644 --- a/Programs/examples/TestClient/Commands/Inventory/GiveAllCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/GiveAllCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class GiveAllCommand: Command diff --git a/Programs/examples/TestClient/Commands/Inventory/GiveItemCommand.cs b/Programs/examples/TestClient/Commands/Inventory/GiveItemCommand.cs index 4f771817..aa7079aa 100644 --- a/Programs/examples/TestClient/Commands/Inventory/GiveItemCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/GiveItemCommand.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; namespace OpenMetaverse.TestClient.Commands.Inventory.Shell { diff --git a/Programs/examples/TestClient/Commands/Inventory/InventoryCommand.cs b/Programs/examples/TestClient/Commands/Inventory/InventoryCommand.cs index a61a5388..8851510f 100644 --- a/Programs/examples/TestClient/Commands/Inventory/InventoryCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/InventoryCommand.cs @@ -1,12 +1,6 @@ using System; using System.Collections.Generic; -using System.IO; using System.Text; -using System.Threading; -using System.Xml; -using System.Xml.Serialization; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Inventory/ListContentsCommand.cs b/Programs/examples/TestClient/Commands/Inventory/ListContentsCommand.cs index 30806946..9ff542b2 100644 --- a/Programs/examples/TestClient/Commands/Inventory/ListContentsCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/ListContentsCommand.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; +using System.Collections.Generic; namespace OpenMetaverse.TestClient.Commands.Inventory.Shell { diff --git a/Programs/examples/TestClient/Commands/Inventory/ObjectInventoryCommand.cs b/Programs/examples/TestClient/Commands/Inventory/ObjectInventoryCommand.cs index 7ddf5911..6e131619 100644 --- a/Programs/examples/TestClient/Commands/Inventory/ObjectInventoryCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/ObjectInventoryCommand.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Inventory/ScriptCommand.cs b/Programs/examples/TestClient/Commands/Inventory/ScriptCommand.cs index fd91e7e6..ba088e14 100644 --- a/Programs/examples/TestClient/Commands/Inventory/ScriptCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/ScriptCommand.cs @@ -1,6 +1,5 @@ using System; using System.IO; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Inventory/TaskRunningCommand.cs b/Programs/examples/TestClient/Commands/Inventory/TaskRunningCommand.cs index ae935721..8b39a515 100644 --- a/Programs/examples/TestClient/Commands/Inventory/TaskRunningCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/TaskRunningCommand.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Threading; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Inventory/TreeCommand.cs b/Programs/examples/TestClient/Commands/Inventory/TreeCommand.cs index 56118c96..1db7eec7 100644 --- a/Programs/examples/TestClient/Commands/Inventory/TreeCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/TreeCommand.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Inventory/UploadScriptCommand.cs b/Programs/examples/TestClient/Commands/Inventory/UploadScriptCommand.cs index 70c58269..2470c45c 100644 --- a/Programs/examples/TestClient/Commands/Inventory/UploadScriptCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/UploadScriptCommand.cs @@ -1,6 +1,5 @@ using System; using System.IO; -using System.Collections.Generic; using System.Linq; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Inventory/ViewNotecardCommand.cs b/Programs/examples/TestClient/Commands/Inventory/ViewNotecardCommand.cs index 252972a7..caa4ac66 100644 --- a/Programs/examples/TestClient/Commands/Inventory/ViewNotecardCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/ViewNotecardCommand.cs @@ -1,7 +1,3 @@ -using System; -using System.Collections.Generic; -using OpenMetaverse; -using OpenMetaverse.Packets; using OpenMetaverse.Assets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Inventory/XferCommand.cs b/Programs/examples/TestClient/Commands/Inventory/XferCommand.cs index 50292758..535766d3 100644 --- a/Programs/examples/TestClient/Commands/Inventory/XferCommand.cs +++ b/Programs/examples/TestClient/Commands/Inventory/XferCommand.cs @@ -1,10 +1,6 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Text; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.StructuredData; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Land/AgentLocationsCommand.cs b/Programs/examples/TestClient/Commands/Land/AgentLocationsCommand.cs index bf9571d8..69358cdd 100644 --- a/Programs/examples/TestClient/Commands/Land/AgentLocationsCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/AgentLocationsCommand.cs @@ -2,7 +2,6 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Land/FindSimCommand.cs b/Programs/examples/TestClient/Commands/Land/FindSimCommand.cs index 0c277eeb..3871eb21 100644 --- a/Programs/examples/TestClient/Commands/Land/FindSimCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/FindSimCommand.cs @@ -1,9 +1,5 @@ using System; -using System.Collections.Generic; using System.Linq; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Land/GridLayerCommand.cs b/Programs/examples/TestClient/Commands/Land/GridLayerCommand.cs index d1ece210..e7ea6092 100644 --- a/Programs/examples/TestClient/Commands/Land/GridLayerCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/GridLayerCommand.cs @@ -1,5 +1,4 @@ using System; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Land/GridMapCommand.cs b/Programs/examples/TestClient/Commands/Land/GridMapCommand.cs index 6273763a..9c346bfb 100644 --- a/Programs/examples/TestClient/Commands/Land/GridMapCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/GridMapCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class GridMapCommand : Command diff --git a/Programs/examples/TestClient/Commands/Land/ParcelDetailsCommand.cs b/Programs/examples/TestClient/Commands/Land/ParcelDetailsCommand.cs index 18aff2a5..53771475 100644 --- a/Programs/examples/TestClient/Commands/Land/ParcelDetailsCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/ParcelDetailsCommand.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.Text; -using System.Threading; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Land/ParcelInfoCommand.cs b/Programs/examples/TestClient/Commands/Land/ParcelInfoCommand.cs index 8dc261ca..ae2b4c33 100644 --- a/Programs/examples/TestClient/Commands/Land/ParcelInfoCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/ParcelInfoCommand.cs @@ -1,8 +1,6 @@ using System; -using System.Collections.Generic; using System.Text; using System.Threading; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Land/ParcelPrimOwnersCommand.cs b/Programs/examples/TestClient/Commands/Land/ParcelPrimOwnersCommand.cs index 1cb4defd..a05da0e7 100644 --- a/Programs/examples/TestClient/Commands/Land/ParcelPrimOwnersCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/ParcelPrimOwnersCommand.cs @@ -1,8 +1,6 @@ using System; -using System.Collections.Generic; using System.Text; using System.Threading; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Land/ParcelSelectObjectsCommand.cs b/Programs/examples/TestClient/Commands/Land/ParcelSelectObjectsCommand.cs index d1553265..903b4b0d 100644 --- a/Programs/examples/TestClient/Commands/Land/ParcelSelectObjectsCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/ParcelSelectObjectsCommand.cs @@ -1,8 +1,6 @@ using System; -using System.Collections.Generic; using System.Text; using System.Threading; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Land/WindCommand.cs b/Programs/examples/TestClient/Commands/Land/WindCommand.cs index d16c9016..85eb3127 100644 --- a/Programs/examples/TestClient/Commands/Land/WindCommand.cs +++ b/Programs/examples/TestClient/Commands/Land/WindCommand.cs @@ -1,6 +1,3 @@ -using System; -using OpenMetaverse; - namespace OpenMetaverse.TestClient { public class WindCommand : Command diff --git a/Programs/examples/TestClient/Commands/Movement/CrouchCommand.cs b/Programs/examples/TestClient/Commands/Movement/CrouchCommand.cs index a7ac10b2..f8dd6a5e 100644 --- a/Programs/examples/TestClient/Commands/Movement/CrouchCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/CrouchCommand.cs @@ -1,6 +1,3 @@ -using System; -using OpenMetaverse; - namespace OpenMetaverse.TestClient { public class CrouchCommand : Command diff --git a/Programs/examples/TestClient/Commands/Movement/FlyCommand.cs b/Programs/examples/TestClient/Commands/Movement/FlyCommand.cs index 6698aa88..ef698ac7 100644 --- a/Programs/examples/TestClient/Commands/Movement/FlyCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/FlyCommand.cs @@ -1,6 +1,3 @@ -using System; -using OpenMetaverse; - namespace OpenMetaverse.TestClient { public class FlyCommand : Command diff --git a/Programs/examples/TestClient/Commands/Movement/FollowCommand.cs b/Programs/examples/TestClient/Commands/Movement/FollowCommand.cs index 3db26971..a863ed9b 100644 --- a/Programs/examples/TestClient/Commands/Movement/FollowCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/FollowCommand.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.Linq; -using System.Text; -using OpenMetaverse; using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Movement/GoHome.cs b/Programs/examples/TestClient/Commands/Movement/GoHome.cs index 174065d0..1693759e 100644 --- a/Programs/examples/TestClient/Commands/Movement/GoHome.cs +++ b/Programs/examples/TestClient/Commands/Movement/GoHome.cs @@ -1,6 +1,3 @@ -using System; -using OpenMetaverse; - namespace OpenMetaverse.TestClient { public class GoHomeCommand : Command diff --git a/Programs/examples/TestClient/Commands/Movement/GotoCommand.cs b/Programs/examples/TestClient/Commands/Movement/GotoCommand.cs index 5dc555c8..efb6e7f3 100644 --- a/Programs/examples/TestClient/Commands/Movement/GotoCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/GotoCommand.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Movement/GotoLandmark.cs b/Programs/examples/TestClient/Commands/Movement/GotoLandmark.cs index a1c4c617..a7d8f940 100644 --- a/Programs/examples/TestClient/Commands/Movement/GotoLandmark.cs +++ b/Programs/examples/TestClient/Commands/Movement/GotoLandmark.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Movement/JumpCommand.cs b/Programs/examples/TestClient/Commands/Movement/JumpCommand.cs index ba8526e9..3a8fcbf5 100644 --- a/Programs/examples/TestClient/Commands/Movement/JumpCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/JumpCommand.cs @@ -1,6 +1,3 @@ -using System; -using OpenMetaverse; - namespace OpenMetaverse.TestClient { public class JumpCommand: Command diff --git a/Programs/examples/TestClient/Commands/Movement/LocationCommand.cs b/Programs/examples/TestClient/Commands/Movement/LocationCommand.cs index 7351ca42..d2885385 100644 --- a/Programs/examples/TestClient/Commands/Movement/LocationCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/LocationCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class LocationCommand: Command diff --git a/Programs/examples/TestClient/Commands/Movement/MoveToCommand.cs b/Programs/examples/TestClient/Commands/Movement/MoveToCommand.cs index cfde739a..c270bf3d 100644 --- a/Programs/examples/TestClient/Commands/Movement/MoveToCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/MoveToCommand.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; namespace OpenMetaverse.TestClient.Commands.Movement { diff --git a/Programs/examples/TestClient/Commands/Movement/SetHome.cs b/Programs/examples/TestClient/Commands/Movement/SetHome.cs index 76718eff..1a4f1d3c 100644 --- a/Programs/examples/TestClient/Commands/Movement/SetHome.cs +++ b/Programs/examples/TestClient/Commands/Movement/SetHome.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class SetHomeCommand : Command diff --git a/Programs/examples/TestClient/Commands/Movement/SitCommand.cs b/Programs/examples/TestClient/Commands/Movement/SitCommand.cs index cae0926b..fd91e858 100644 --- a/Programs/examples/TestClient/Commands/Movement/SitCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/SitCommand.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Movement/SitOnCommand.cs b/Programs/examples/TestClient/Commands/Movement/SitOnCommand.cs index 72d2fdd5..ca0da47b 100644 --- a/Programs/examples/TestClient/Commands/Movement/SitOnCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/SitOnCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class SitOnCommand : Command diff --git a/Programs/examples/TestClient/Commands/Movement/StandCommand.cs b/Programs/examples/TestClient/Commands/Movement/StandCommand.cs index f96e52d5..6d36fc3f 100644 --- a/Programs/examples/TestClient/Commands/Movement/StandCommand.cs +++ b/Programs/examples/TestClient/Commands/Movement/StandCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class StandCommand: Command diff --git a/Programs/examples/TestClient/Commands/Prims/DeRezObjectCommand.cs b/Programs/examples/TestClient/Commands/Prims/DeRezObjectCommand.cs index ab733eb8..cdbd1033 100644 --- a/Programs/examples/TestClient/Commands/Prims/DeRezObjectCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/DeRezObjectCommand.cs @@ -1,7 +1,4 @@ -using System; -using OpenMetaverse; - -namespace OpenMetaverse.TestClient +namespace OpenMetaverse.TestClient { public class DeRezCommand : Command { diff --git a/Programs/examples/TestClient/Commands/Prims/DownloadTextureCommand.cs b/Programs/examples/TestClient/Commands/Prims/DownloadTextureCommand.cs index 1d55e451..95b889bf 100644 --- a/Programs/examples/TestClient/Commands/Prims/DownloadTextureCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/DownloadTextureCommand.cs @@ -1,7 +1,6 @@ using System; using System.IO; using System.Threading; -using OpenMetaverse; using OpenMetaverse.Assets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Prims/ExportCommand.cs b/Programs/examples/TestClient/Commands/Prims/ExportCommand.cs index 13505582..ee46009a 100644 --- a/Programs/examples/TestClient/Commands/Prims/ExportCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/ExportCommand.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading; -using OpenMetaverse; using OpenMetaverse.StructuredData; using OpenMetaverse.Assets; diff --git a/Programs/examples/TestClient/Commands/Prims/ExportParticlesCommand.cs b/Programs/examples/TestClient/Commands/Prims/ExportParticlesCommand.cs index 32dca5d5..e01baf90 100644 --- a/Programs/examples/TestClient/Commands/Prims/ExportParticlesCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/ExportParticlesCommand.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; -using System.IO; using System.Text; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Prims/FindObjectsCommand.cs b/Programs/examples/TestClient/Commands/Prims/FindObjectsCommand.cs index d02a3797..2ceae9bc 100644 --- a/Programs/examples/TestClient/Commands/Prims/FindObjectsCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/FindObjectsCommand.cs @@ -2,8 +2,6 @@ using System; using System.Collections.Generic; using System.Threading; -using OpenMetaverse; - namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Prims/FindTextureCommand.cs b/Programs/examples/TestClient/Commands/Prims/FindTextureCommand.cs index a295c821..d8a9047f 100644 --- a/Programs/examples/TestClient/Commands/Prims/FindTextureCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/FindTextureCommand.cs @@ -1,5 +1,4 @@ using System; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Prims/ImportCommand.cs b/Programs/examples/TestClient/Commands/Prims/ImportCommand.cs index 11acfed5..b947d99b 100644 --- a/Programs/examples/TestClient/Commands/Prims/ImportCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/ImportCommand.cs @@ -2,7 +2,6 @@ using System; using System.Collections.Generic; using System.Threading; using System.IO; -using OpenMetaverse; using OpenMetaverse.StructuredData; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Prims/PrimCountCommand.cs b/Programs/examples/TestClient/Commands/Prims/PrimCountCommand.cs index 72138144..9f5e479a 100644 --- a/Programs/examples/TestClient/Commands/Prims/PrimCountCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/PrimCountCommand.cs @@ -1,5 +1,4 @@ using System; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Prims/PrimInfoCommand.cs b/Programs/examples/TestClient/Commands/Prims/PrimInfoCommand.cs index bfb0d7a6..0b568123 100644 --- a/Programs/examples/TestClient/Commands/Prims/PrimInfoCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/PrimInfoCommand.cs @@ -1,6 +1,5 @@ using System; using System.Threading; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Prims/PrimRegexCommand.cs b/Programs/examples/TestClient/Commands/Prims/PrimRegexCommand.cs index 9ec9d402..90f7e0f2 100644 --- a/Programs/examples/TestClient/Commands/Prims/PrimRegexCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/PrimRegexCommand.cs @@ -1,7 +1,5 @@ -using System; using System.Linq; using System.Text.RegularExpressions; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Prims/TexturesCommand.cs b/Programs/examples/TestClient/Commands/Prims/TexturesCommand.cs index b448555c..f8cbaf5f 100644 --- a/Programs/examples/TestClient/Commands/Prims/TexturesCommand.cs +++ b/Programs/examples/TestClient/Commands/Prims/TexturesCommand.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using OpenMetaverse; using OpenMetaverse.Assets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/Stats/DilationCommand.cs b/Programs/examples/TestClient/Commands/Stats/DilationCommand.cs index 08ad4d41..0c7bfec8 100644 --- a/Programs/examples/TestClient/Commands/Stats/DilationCommand.cs +++ b/Programs/examples/TestClient/Commands/Stats/DilationCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class DilationCommand : Command diff --git a/Programs/examples/TestClient/Commands/Stats/NetstatsCommand.cs b/Programs/examples/TestClient/Commands/Stats/NetstatsCommand.cs index 45848770..91bd6d4b 100644 --- a/Programs/examples/TestClient/Commands/Stats/NetstatsCommand.cs +++ b/Programs/examples/TestClient/Commands/Stats/NetstatsCommand.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Stats/RegionInfoCommand.cs b/Programs/examples/TestClient/Commands/Stats/RegionInfoCommand.cs index 1184f10e..1834a843 100644 --- a/Programs/examples/TestClient/Commands/Stats/RegionInfoCommand.cs +++ b/Programs/examples/TestClient/Commands/Stats/RegionInfoCommand.cs @@ -1,6 +1,5 @@ using System; using System.Text; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Stats/StatsCommand.cs b/Programs/examples/TestClient/Commands/Stats/StatsCommand.cs index 2514a226..eebfb54c 100644 --- a/Programs/examples/TestClient/Commands/Stats/StatsCommand.cs +++ b/Programs/examples/TestClient/Commands/Stats/StatsCommand.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Stats/UptimeCommand.cs b/Programs/examples/TestClient/Commands/Stats/UptimeCommand.cs index 10724fb1..44697a71 100644 --- a/Programs/examples/TestClient/Commands/Stats/UptimeCommand.cs +++ b/Programs/examples/TestClient/Commands/Stats/UptimeCommand.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/System/AtCommand.cs b/Programs/examples/TestClient/Commands/System/AtCommand.cs index 5258ddd9..3c0c170a 100644 --- a/Programs/examples/TestClient/Commands/System/AtCommand.cs +++ b/Programs/examples/TestClient/Commands/System/AtCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class AtCommand : Command diff --git a/Programs/examples/TestClient/Commands/System/DebugCommand.cs b/Programs/examples/TestClient/Commands/System/DebugCommand.cs index 850a1302..a03fb1ef 100644 --- a/Programs/examples/TestClient/Commands/System/DebugCommand.cs +++ b/Programs/examples/TestClient/Commands/System/DebugCommand.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class DebugCommand : Command diff --git a/Programs/examples/TestClient/Commands/System/HelpCommand.cs b/Programs/examples/TestClient/Commands/System/HelpCommand.cs index 9b1ea3b7..f84df965 100644 --- a/Programs/examples/TestClient/Commands/System/HelpCommand.cs +++ b/Programs/examples/TestClient/Commands/System/HelpCommand.cs @@ -1,8 +1,5 @@ -using System; using System.Collections.Generic; using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/System/LoadCommand.cs b/Programs/examples/TestClient/Commands/System/LoadCommand.cs index b8e096c8..c42be7b4 100644 --- a/Programs/examples/TestClient/Commands/System/LoadCommand.cs +++ b/Programs/examples/TestClient/Commands/System/LoadCommand.cs @@ -1,9 +1,5 @@ using System; -using System.Collections.Generic; -using System.Text; using System.Reflection; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/System/LogPacketCommand.cs b/Programs/examples/TestClient/Commands/System/LogPacketCommand.cs index 7a0178dd..cf9728d3 100644 --- a/Programs/examples/TestClient/Commands/System/LogPacketCommand.cs +++ b/Programs/examples/TestClient/Commands/System/LogPacketCommand.cs @@ -1,6 +1,5 @@ using System; using System.IO; -using OpenMetaverse; using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/System/LoginCommand.cs b/Programs/examples/TestClient/Commands/System/LoginCommand.cs index 4a0253e7..ff541cf8 100644 --- a/Programs/examples/TestClient/Commands/System/LoginCommand.cs +++ b/Programs/examples/TestClient/Commands/System/LoginCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Reflection; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class LoginCommand : Command diff --git a/Programs/examples/TestClient/Commands/System/LogoutCommand.cs b/Programs/examples/TestClient/Commands/System/LogoutCommand.cs index aad2e967..f950a70d 100644 --- a/Programs/examples/TestClient/Commands/System/LogoutCommand.cs +++ b/Programs/examples/TestClient/Commands/System/LogoutCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class LogoutCommand : Command diff --git a/Programs/examples/TestClient/Commands/System/MD5Command.cs b/Programs/examples/TestClient/Commands/System/MD5Command.cs index ed4aa375..7070be33 100644 --- a/Programs/examples/TestClient/Commands/System/MD5Command.cs +++ b/Programs/examples/TestClient/Commands/System/MD5Command.cs @@ -1,6 +1,3 @@ -using System; -using OpenMetaverse; - namespace OpenMetaverse.TestClient { public class MD5Command : Command diff --git a/Programs/examples/TestClient/Commands/System/QuitCommand.cs b/Programs/examples/TestClient/Commands/System/QuitCommand.cs index c6b30d8b..8379ce47 100644 --- a/Programs/examples/TestClient/Commands/System/QuitCommand.cs +++ b/Programs/examples/TestClient/Commands/System/QuitCommand.cs @@ -1,9 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; - namespace OpenMetaverse.TestClient { public class QuitCommand: Command diff --git a/Programs/examples/TestClient/Commands/System/SetMasterCommand.cs b/Programs/examples/TestClient/Commands/System/SetMasterCommand.cs index ff578ebe..d911cf70 100644 --- a/Programs/examples/TestClient/Commands/System/SetMasterCommand.cs +++ b/Programs/examples/TestClient/Commands/System/SetMasterCommand.cs @@ -1,10 +1,6 @@ using System; -using System.Collections.Generic; using System.Linq; -using System.Text; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/System/SetMasterKeyCommand.cs b/Programs/examples/TestClient/Commands/System/SetMasterKeyCommand.cs index 24335f06..fae52d76 100644 --- a/Programs/examples/TestClient/Commands/System/SetMasterKeyCommand.cs +++ b/Programs/examples/TestClient/Commands/System/SetMasterKeyCommand.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/System/ShowEffectsCommand.cs b/Programs/examples/TestClient/Commands/System/ShowEffectsCommand.cs index 0c68a3a5..a299a162 100644 --- a/Programs/examples/TestClient/Commands/System/ShowEffectsCommand.cs +++ b/Programs/examples/TestClient/Commands/System/ShowEffectsCommand.cs @@ -1,5 +1,4 @@ using System; -using OpenMetaverse; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/System/SleepCommand.cs b/Programs/examples/TestClient/Commands/System/SleepCommand.cs index eea20cad..478c916f 100644 --- a/Programs/examples/TestClient/Commands/System/SleepCommand.cs +++ b/Programs/examples/TestClient/Commands/System/SleepCommand.cs @@ -1,5 +1,4 @@ using System; -using OpenMetaverse; using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient diff --git a/Programs/examples/TestClient/Commands/System/WaitForLoginCommand.cs b/Programs/examples/TestClient/Commands/System/WaitForLoginCommand.cs index d33c4b00..c1720db4 100644 --- a/Programs/examples/TestClient/Commands/System/WaitForLoginCommand.cs +++ b/Programs/examples/TestClient/Commands/System/WaitForLoginCommand.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Text; -using OpenMetaverse; - -namespace OpenMetaverse.TestClient +namespace OpenMetaverse.TestClient { public class WaitForLoginCommand : Command { diff --git a/Programs/examples/TestClient/Commands/Voice/ParcelVoiceInfo.cs b/Programs/examples/TestClient/Commands/Voice/ParcelVoiceInfo.cs index 5701108f..5bfa737e 100644 --- a/Programs/examples/TestClient/Commands/Voice/ParcelVoiceInfo.cs +++ b/Programs/examples/TestClient/Commands/Voice/ParcelVoiceInfo.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Commands/Voice/VoiceAcountCommand.cs b/Programs/examples/TestClient/Commands/Voice/VoiceAcountCommand.cs index 4c62b5b1..d85587b5 100644 --- a/Programs/examples/TestClient/Commands/Voice/VoiceAcountCommand.cs +++ b/Programs/examples/TestClient/Commands/Voice/VoiceAcountCommand.cs @@ -1,9 +1,6 @@ using System; -using System.Collections.Generic; using System.Threading; -using OpenMetaverse; -using OpenMetaverse.Packets; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/Parsing.cs b/Programs/examples/TestClient/Parsing.cs index 9ae15512..d5e25d03 100644 --- a/Programs/examples/TestClient/Parsing.cs +++ b/Programs/examples/TestClient/Parsing.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Text; namespace OpenMetaverse.TestClient { diff --git a/Programs/examples/TestClient/TestClient.cs b/Programs/examples/TestClient/TestClient.cs index 63fc19f2..7a54911f 100644 --- a/Programs/examples/TestClient/TestClient.cs +++ b/Programs/examples/TestClient/TestClient.cs @@ -2,8 +2,6 @@ using System; using System.Collections.Generic; using System.Threading; using System.Reflection; -using System.Xml; -using OpenMetaverse; using OpenMetaverse.Packets; using OpenMetaverse.Utilities;