Skip to content

Commit

Permalink
Merge pull request #3 from lioncash/cleanup
Browse files Browse the repository at this point in the history
Remove unused project references and directives
  • Loading branch information
wooferzfg committed Aug 3, 2015
2 parents fca0f4e + 1fbb98b commit 8b237a9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
7 changes: 0 additions & 7 deletions LiveSplit.Timer.csproj
Expand Up @@ -49,14 +49,7 @@
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WinFormsColor">
<HintPath>..\..\Libs\WinForms Color Picker\WinFormsColor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="UI\Components\Timer.cs" />
Expand Down
3 changes: 0 additions & 3 deletions UI/Components/Timer.cs
@@ -1,14 +1,11 @@
using LiveSplit.Model;
using LiveSplit.TimeFormatters;
using LiveSplit.UI.Components;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Text;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace LiveSplit.UI.Components
Expand Down
5 changes: 0 additions & 5 deletions UI/Components/TimerFactory.cs
@@ -1,10 +1,5 @@
using LiveSplit.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace LiveSplit.UI.Components
{
Expand Down
10 changes: 1 addition & 9 deletions UI/Components/TimerSettings.cs
@@ -1,14 +1,6 @@
using Fetze.WinFormsColor;
using LiveSplit.TimeFormatters;
using LiveSplit.TimeFormatters;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Xml;

Expand Down

0 comments on commit 8b237a9

Please sign in to comment.