OSDN Git Service

Removed unused usings, thanks nephrael for the patch.
authorLatif Khalifa <latifer@streamgrid.net>
Mon, 20 Jul 2009 00:39:00 +0000 (00:39 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Mon, 20 Jul 2009 00:39:00 +0000 (00:39 +0000)
commit52ea907a5b3e067b0ff2e9d217384604f4bf21a6
treec888e9189561e92edf4443684413aeced4ef6852
parent9870522fc4ba77d4fb44e00da1e0fdba0b68a2f2
Removed unused usings, thanks nephrael for the patch.

git-svn-id: https://radegast.googlecode.com/svn/trunk@118 f7a694da-4d33-11de-9ad6-1127a62b9fcd
89 files changed:
Radegast/Core/AutoPilot.cs
Radegast/Core/ChatBufferItem.cs
Radegast/Core/Config/Config.cs
Radegast/Core/Config/ConfigAppliedEventArgs.cs
Radegast/Core/Config/ConfigManager.cs
Radegast/Core/Config/IPreferencePane.cs
Radegast/Core/DebugLogMessage.cs
Radegast/Core/IMTextManager.cs
Radegast/Core/IRadegastPlugin.cs
Radegast/Core/ITextPrinter.cs
Radegast/Core/ImageCache.cs
Radegast/Core/ImageHelper.cs
Radegast/Core/LSL/lsl.parser.cs
Radegast/Core/LSLKeywordParser.cs
Radegast/Core/ListItems/FriendsListItem.cs
Radegast/Core/ListItems/PreferencePaneListItem.cs
Radegast/Core/PrimDeserializer.cs
Radegast/Core/PrimSerializer.cs
Radegast/Core/RadegastInstance.cs
Radegast/Core/RadegastMisc.cs
Radegast/Core/RichTextBoxPrinter.cs
Radegast/Core/SleekMovement.cs
Radegast/Core/Tabs/ISleekTabControl.cs
Radegast/Core/Tabs/SleekTab.cs
Radegast/Core/Tabs/SleekTabEvents.cs
Radegast/Core/Types/CircularList.cs
Radegast/Core/Types/LineNumberPanel.cs
Radegast/Core/Types/RRichTextBox.cs
Radegast/Core/Types/StringTokenizer.cs
Radegast/Core/Types/ToolStripCheckBox.cs
Radegast/Core/Types/TransparentButton.cs
Radegast/FormFlash.cs
Radegast/GUI/Consoles/AnimDetail.cs
Radegast/GUI/Consoles/AnimTab.cs
Radegast/GUI/Consoles/Assets/Guesture.cs
Radegast/GUI/Consoles/Assets/Landmark.cs
Radegast/GUI/Consoles/Assets/Notecard.cs
Radegast/GUI/Consoles/Assets/ScriptEditor.cs
Radegast/GUI/Consoles/AttachmentDetail.cs
Radegast/GUI/Consoles/AttachmentTab.cs
Radegast/GUI/Consoles/ChatConsole.cs
Radegast/GUI/Consoles/ConferenceIMTabWindow.cs
Radegast/GUI/Consoles/FindPeopleConsole.cs
Radegast/GUI/Consoles/FriendsConsole.cs
Radegast/GUI/Consoles/GroupDetails.cs
Radegast/GUI/Consoles/GroupIMTabWindow.cs
Radegast/GUI/Consoles/IMTabWindow.cs
Radegast/GUI/Consoles/Inventory/InventoryConsole.cs
Radegast/GUI/Consoles/MainConsole.cs
Radegast/GUI/Consoles/MasterTab.cs
Radegast/GUI/Consoles/OutfitTextures.cs
Radegast/GUI/Consoles/Preferences/PrefGeneralConsole.cs
Radegast/GUI/Consoles/Preferences/PrefTextConsole.cs
Radegast/GUI/Consoles/SearchConsole.cs
Radegast/GUI/Consoles/TabsConsole.cs
Radegast/GUI/Dialogs/DebugLog.cs
Radegast/GUI/Dialogs/DetachedTab.cs
Radegast/GUI/Dialogs/GroupInfo.cs
Radegast/GUI/Dialogs/GroupsDialog.cs
Radegast/GUI/Dialogs/ImageFullSize.cs
Radegast/GUI/Dialogs/Map.cs
Radegast/GUI/Dialogs/Pay.cs
Radegast/GUI/Dialogs/Preferences.cs
Radegast/GUI/Dialogs/PrimWorkshop.cs
Radegast/GUI/Dialogs/Profile.cs
Radegast/GUI/Dialogs/Teleport.cs
Radegast/GUI/Notifications/FriendshipOfferNotification.cs
Radegast/GUI/Notifications/GenericNotification.cs
Radegast/GUI/Notifications/GroupInvitationNotification.cs
Radegast/GUI/Notifications/PermissionsNotification.cs
Radegast/GUI/Notifications/ScriptDialog.cs
Radegast/GUI/Notifications/TeleportNotification.cs
Radegast/Netcom/Enums.cs
Radegast/Netcom/EventArgs/AlertMessageEventArgs.cs
Radegast/Netcom/EventArgs/ChatEventArgs.cs
Radegast/Netcom/EventArgs/ChatSentEventArgs.cs
Radegast/Netcom/EventArgs/ClientDisconnectEventArgs.cs
Radegast/Netcom/EventArgs/ClientLoginEventArgs.cs
Radegast/Netcom/EventArgs/InstantMessageEventArgs.cs
Radegast/Netcom/EventArgs/InstantMessageSentEventArgs.cs
Radegast/Netcom/EventArgs/MoneyBalanceEventArgs.cs
Radegast/Netcom/EventArgs/OverrideEventArgs.cs
Radegast/Netcom/EventArgs/TeleportStatusEventArgs.cs
Radegast/Netcom/EventArgs/TeleportingEventArgs.cs
Radegast/Netcom/LoginOptions.cs
Radegast/Netcom/RadegastNetcom/SLNetCom.cs
Radegast/Netcom/RadegastNetcom/SLNetComEvents.cs
Radegast/Netcom/StartLocationParser.cs
Radegast/Program.cs