Skip to content

Commit

Permalink
Cleanup using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
carstengehling committed Jun 26, 2016
1 parent d0cde48 commit 5c77576
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
6 changes: 0 additions & 6 deletions source/StopWatch/EditTimeForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ You may obtain a copy of the License at
limitations under the License.
**************************************************************************/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace StopWatch
Expand Down
1 change: 0 additions & 1 deletion source/StopWatch/Jira/JiraApiRequester.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ limitations under the License.
using RestSharp;
using System;
using System.Net;
using System.Threading;

namespace StopWatch
{
Expand Down
2 changes: 1 addition & 1 deletion source/StopWatch/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ You may obtain a copy of the License at
See the License for the specific language governing permissions and
limitations under the License.
**************************************************************************/
using Microsoft.Win32;
using System;
using System.Threading;
using System.Windows.Forms;
using Microsoft.Win32;

namespace StopWatch
{
Expand Down
2 changes: 1 addition & 1 deletion source/StopWatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ limitations under the License.
[assembly: AssemblyFileVersion("1.7.0.0")]
[assembly: AssemblyInformationalVersion("1.7.0")]

[assembly:InternalsVisibleTo("StopWatchTest")]
[assembly: InternalsVisibleTo("StopWatchTest")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")]
8 changes: 4 additions & 4 deletions source/StopWatch/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions source/StopWatch/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c77576

Please sign in to comment.