Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cinderblocks committed Dec 9, 2021
1 parent d8b115c commit e26ae69
Show file tree
Hide file tree
Showing 172 changed files with 13 additions and 469 deletions.
1 change: 0 additions & 1 deletion LibreMetaverse.GUI/AvatarList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using OpenMetaverse;
using System;
using System.Collections.Generic;
using System.Drawing;
Expand Down
2 changes: 0 additions & 2 deletions LibreMetaverse.GUI/FriendList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
*/

using System;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;

Expand Down
2 changes: 0 additions & 2 deletions LibreMetaverse.GUI/GroupList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
*/

using System;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;

namespace OpenMetaverse.GUI
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse.GUI/ListColumnSorter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using System.Collections;
using System.Windows.Forms;

Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse.GUI/LocalChat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/

using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
Expand Down
4 changes: 1 addition & 3 deletions LibreMetaverse.GUI/MessageBar.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse.GUI/MiniMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse.Rendering.Simple/SimpleRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using System.Drawing;
using System.Collections.Generic;

Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse.StructuredData/LLSD/BinaryLLSD.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Text;

Expand Down
2 changes: 0 additions & 2 deletions LibreMetaverse.Types/CRC32.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;

namespace OpenMetaverse
{
public class CRC32
Expand Down
2 changes: 0 additions & 2 deletions LibreMetaverse.Types/Ray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;

namespace OpenMetaverse
{
public struct Ray
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse.Utilities/VoiceManagerBlocking.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using System.Collections.Generic;
using System.Threading;

Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/AppearanceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
using System.Threading;
using System.Linq;
using System.Threading.Tasks;
using LibreMetaverse;
using Microsoft.Collections.Extensions;
using OpenMetaverse.Packets;
using OpenMetaverse.Imaging;
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/AssetManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/Archiving/ArchiveConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/

using System.Collections.Generic;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
Expand Down
2 changes: 0 additions & 2 deletions LibreMetaverse/Assets/Archiving/AssetsArchiver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Xml;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
Expand Down
2 changes: 0 additions & 2 deletions LibreMetaverse/Assets/Archiving/OarFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
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
{
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/Archiving/TarArchiveReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

using System;
using System.IO;
using System.Reflection;
using System.Text;

namespace OpenMetaverse.Assets
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/Archiving/TarArchiveWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/

using System;
using System.Collections.Generic;
using System.IO;
using System.Text;

Expand Down
3 changes: 0 additions & 3 deletions LibreMetaverse/Assets/Asset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
/// <summary>
Expand Down
3 changes: 0 additions & 3 deletions LibreMetaverse/Assets/AssetTypes/AssetAnimation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
/// <summary>
Expand Down
3 changes: 0 additions & 3 deletions LibreMetaverse/Assets/AssetTypes/AssetBodypart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/AssetTypes/AssetCallingCard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
Expand Down
3 changes: 0 additions & 3 deletions LibreMetaverse/Assets/AssetTypes/AssetClothing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions LibreMetaverse/Assets/AssetTypes/AssetGesture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/AssetTypes/AssetLandmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
Expand Down
3 changes: 0 additions & 3 deletions LibreMetaverse/Assets/AssetTypes/AssetMutable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/AssetTypes/AssetNotecard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/AssetTypes/AssetPrim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
using System.Collections.Generic;
using System.IO;
using System.Xml;
using OpenMetaverse;
using OpenMetaverse.StructuredData;

namespace OpenMetaverse.Assets
Expand Down
3 changes: 0 additions & 3 deletions LibreMetaverse/Assets/AssetTypes/AssetScriptBinary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
/// <summary>
Expand Down
3 changes: 0 additions & 3 deletions LibreMetaverse/Assets/AssetTypes/AssetScriptText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
/// <summary>
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/AssetTypes/AssetTexture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using OpenMetaverse.Imaging;

namespace OpenMetaverse.Assets
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Assets/AssetTypes/AssetWearable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using OpenMetaverse;

namespace OpenMetaverse.Assets
{
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/GridClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using LibreMetaverse;

namespace OpenMetaverse
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Imaging/BakeLayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
*/

using System;
using System.Reflection;
using System.Collections.Generic;
using System.IO;
using System.Drawing;
Expand Down
4 changes: 0 additions & 4 deletions LibreMetaverse/ImportExport/ModelUploader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
7 changes: 1 addition & 6 deletions LibreMetaverse/Interfaces/IByteBufferPool.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace OpenMetaverse.Interfaces
namespace OpenMetaverse.Interfaces
{
/// <summary>
/// Interface to a class that can supply cached byte arrays
Expand Down
3 changes: 0 additions & 3 deletions LibreMetaverse/Interfaces/IMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using System.Collections.Generic;
using System.Text;
using OpenMetaverse.StructuredData;


Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Inventory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using ProtoBuf;
using System.Runtime.Serialization.Formatters.Binary;

namespace OpenMetaverse
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/Login.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.NetworkInformation;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
Expand Down
4 changes: 1 addition & 3 deletions LibreMetaverse/NetworkManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,18 @@
*/

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;
using OpenMetaverse.Interfaces;
using OpenMetaverse.Messages.Linden;

namespace OpenMetaverse
{
{
/// <summary>
/// NetworkManager is responsible for managing the network layer of
/// OpenMetaverse. It tracks all the server connections, serializes
Expand Down
1 change: 0 additions & 1 deletion LibreMetaverse/PacketDecoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Reflection;
using System.Text;

Expand Down
2 changes: 0 additions & 2 deletions LibreMetaverse/Primitives/ParticleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
*/

using System;
using System.Collections.Generic;
using System.ComponentModel;
using OpenMetaverse.StructuredData;

namespace OpenMetaverse
Expand Down

0 comments on commit e26ae69

Please sign in to comment.