Skip to content

Commit

Permalink
Revert "MP1-4831 : Add using System; to modules."
Browse files Browse the repository at this point in the history
This reverts commit 02e310a.
  • Loading branch information
Sebastiii committed Apr 3, 2017
1 parent ee46d6e commit 8e17189
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion mediaportal/Core/guilib/GUIButtonControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#endregion

using System;
using System.Diagnostics;
using System.IO;
using MediaPortal.ExtensionMethods;
Expand Down
1 change: 0 additions & 1 deletion mediaportal/Core/guilib/GUICheckButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#endregion

using System;
using System.Diagnostics;
using System.IO;
using MediaPortal.ExtensionMethods;
Expand Down
1 change: 0 additions & 1 deletion mediaportal/Core/guilib/GUICheckMarkControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#endregion

using System;
using System.Drawing;
using MediaPortal.ExtensionMethods;

Expand Down
1 change: 0 additions & 1 deletion mediaportal/Core/guilib/GUIMenuButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#endregion

using System;
using System.Collections;
using System.Diagnostics;
using System.IO;
Expand Down
1 change: 0 additions & 1 deletion mediaportal/Core/guilib/GUISpinButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

#endregion

using System;
using System.Diagnostics;
using System.IO;
using MediaPortal.ExtensionMethods;
Expand Down
1 change: 0 additions & 1 deletion mediaportal/Core/guilib/GUIUpDownButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#endregion

using MediaPortal.ExtensionMethods;
using System;

namespace MediaPortal.GUI.Library
{
Expand Down

0 comments on commit 8e17189

Please sign in to comment.