Removes unused namespaces

This commit is contained in:
Kamron Batman 2018-09-14 08:41:38 -07:00
parent 86b63f003d
commit 3f0a72a62f
3151 changed files with 84 additions and 8178 deletions

View file

@ -2,9 +2,7 @@ using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
using Server;
using Server.Items;
using Server.Network;
using Server.Targeting;
using CPA = Server.CommandPropertyAttribute;

View file

@ -1,10 +1,8 @@
using System;
using System.Reflection;
using System.Collections;
using Server;
using Server.Gumps;
using Server.Network;
using Server.Commands;
using Server.Commands.Generic;
namespace Server.Commands

View file

@ -1,5 +1,3 @@
using System;
using Server;
using Server.Targeting;
namespace Server

View file

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using Server;
using Server.Items;
using Server.Mobiles;
using Server.Network;

View file

@ -2,7 +2,6 @@ using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Items;
using Server.Engines.Quests.Haven;
using Server.Engines.Quests.Necro;

View file

@ -2,7 +2,6 @@ using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Items;
using Server.Engines.Quests.Haven;
using Server.Engines.Quests.Necro;

View file

@ -3,7 +3,6 @@ using System.IO;
using System.Text;
using System.Reflection;
using System.Collections;
using Server;
using Server.Items;
using Server.Engines.BulkOrders;
using Server.Commands.Generic;

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Commands
{
public static class DragEffects

View file

@ -1,7 +1,5 @@
using System;
using System.Collections;
using System.IO;
using Server;
using Server.Items;
namespace Server.Commands

View file

@ -3,7 +3,6 @@ using System.IO;
using System.Xml;
using System.Collections;
using System.Reflection;
using Server;
using Server.Items;
namespace Server.Commands

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using Server;
using Server.Items;
namespace Server.Commands

View file

@ -1,6 +1,5 @@
using System;
using System.Collections;
using Server;
using Server.Gumps;
namespace Server.Commands.Generic

View file

@ -1,9 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Net;
using System.Net.Sockets;
using Server;
using Server.Accounting;
using Server.Engines.Help;
using Server.Items;

View file

@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Gumps;
using Server.Items;
using Server.Multis;

View file

@ -2,10 +2,8 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using Server;
using Server.Gumps;
using Server.Network;
using Server.Targeting;
using Server.Targets;
namespace Server.Commands.Generic

View file

@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
namespace Server.Commands.Generic
{

View file

@ -1,11 +1,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using Server;
namespace Server.Commands.Generic
{

View file

@ -3,8 +3,6 @@ using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using Server;
namespace Server.Commands.Generic
{

View file

@ -1,10 +1,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using Server;
namespace Server.Commands.Generic
{

View file

@ -1,8 +1,6 @@
using System;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using System.Text;
namespace Server.Commands.Generic
{

View file

@ -1,6 +1,5 @@
using System;
using System.Collections;
using System.Text;
namespace Server.Commands.Generic
{

View file

@ -1,8 +1,6 @@
using System;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using System.Text;
namespace Server.Commands.Generic
{

View file

@ -1,8 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using Server.Commands;
namespace Server.Commands.Generic
{

View file

@ -1,7 +1,5 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Server;
namespace Server.Commands.Generic
{

View file

@ -2,7 +2,6 @@ using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using Server;
namespace Server.Commands.Generic
{

View file

@ -1,6 +1,5 @@
using System;
using System.Collections;
using Server;
using Server.Items;
using Server.Targeting;

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Commands.Generic
{
public class FacetCommandImplementor : BaseCommandImplementor

View file

@ -1,6 +1,5 @@
using System;
using System.Collections;
using Server;
namespace Server.Commands.Generic
{

View file

@ -1,6 +1,5 @@
using System;
using System.Collections;
using Server;
using Server.Network;
namespace Server.Commands.Generic

View file

@ -1,6 +1,3 @@
using System;
using System.Collections;
using Server;
using Server.Targeting;
namespace Server.Commands.Generic

View file

@ -1,9 +1,5 @@
using System;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Targeting;
using CPA = Server.CommandPropertyAttribute;
namespace Server.Commands.Generic

View file

@ -1,7 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Network;
namespace Server.Commands.Generic

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Commands.Generic
{
public class RangeCommandImplementor : BaseCommandImplementor

View file

@ -1,6 +1,5 @@
using System;
using System.Collections;
using Server;
namespace Server.Commands.Generic
{

View file

@ -1,6 +1,3 @@
using System;
using Server;
namespace Server.Commands.Generic
{
public class ScreenCommandImplementor : BaseCommandImplementor

View file

@ -1,8 +1,3 @@
using System;
using System.Collections;
using Server;
using Server.Targeting;
namespace Server.Commands.Generic
{
public class SelfCommandImplementor : BaseCommandImplementor

View file

@ -1,8 +1,3 @@
using System;
using System.Collections;
using Server;
using Server.Targeting;
namespace Server.Commands.Generic
{
public class SerialCommandImplementor : BaseCommandImplementor

View file

@ -1,6 +1,3 @@
using System;
using System.Collections;
using Server;
using Server.Targeting;
namespace Server.Commands.Generic

View file

@ -1,14 +1,9 @@
using System;
using System.IO;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Net;
using Server;
using Server.Accounting;
using Server.Mobiles;
using Server.Items;
using Server.Menus;
using Server.Menus.Questions;
using Server.Menus.ItemLists;
using Server.Network;

View file

@ -1,12 +1,9 @@
using System;
using Server;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
using Server.Gumps;
using Server.Network;
using Server.Commands;
using Server.Commands.Generic;
using CommandInfo=Server.Commands.Docs.DocCommandEntry;
using CommandInfoSorter=Server.Commands.Docs.CommandEntrySorter;

View file

@ -1,6 +1,5 @@
using System;
using System.IO;
using Server;
using Server.Accounting;
namespace Server.Commands

View file

@ -1,9 +1,6 @@
using System;
using System.IO;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using Server;
using Server.Diagnostics;
namespace Server.Commands

View file

@ -1,9 +1,6 @@
using System;
using System.Reflection;
using System.Collections;
using Server;
using Server.Targeting;
using Server.Items;
using Server.Gumps;
using CPA = Server.CommandPropertyAttribute;
using Server.Commands;

View file

@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using Server;
using Server.Items;
namespace Server.Commands

View file

@ -1,6 +1,4 @@
using System;
using System.Collections;
using Server;
using Server.Targeting;
namespace Server.Commands

View file

@ -1,5 +1,3 @@
using System;
using Server;
using Server.Targeting;
using Server.Gumps;

View file

@ -1,11 +1,9 @@
using System;
using System.IO;
using System.Collections;
using Server;
using Server.Gumps;
using Server.Items;
using Server.Commands;
using Server.Targeting;
using System.Collections.Generic;
namespace Server

View file

@ -1,6 +1,3 @@
using System;
using System.Collections;
using Server;
using Server.Mobiles;
using Server.Targeting;
using Server.Network;

View file

@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using Server;
using Server.Items;
using Server.Multis;
using Server.Targeting;
namespace Server.Commands
{