Skip to content

Commit ddc772d

Browse files
committed
General clean-up
1 parent be9c7b4 commit ddc772d

File tree

99 files changed

+50
-308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+50
-308
lines changed

RetailCoder.VBE/API/DeclarationType.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
32

43
namespace Rubberduck.API
54
{

RetailCoder.VBE/App.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
using System.Runtime.InteropServices.ComTypes;
1919
using System.Threading.Tasks;
2020
using System.Windows.Forms;
21-
using Rubberduck.Common.Hotkeys;
2221

2322
namespace Rubberduck
2423
{

RetailCoder.VBE/Common/ClipboardWriter.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
31
using System.IO;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
72
using System.Windows;
83
using System.Windows.Media.Imaging;
94

RetailCoder.VBE/Common/ExportFormatter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.IO;
4-
using System.Linq;
53
using System.Net;
64
using System.Text;
7-
using System.Threading.Tasks;
85
using System.Xml;
96

107
namespace Rubberduck.Common

RetailCoder.VBE/Common/Hotkeys/Hotkey.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Diagnostics;
43
using System.Windows.Forms;
54
using System.Windows.Input;
65
using Rubberduck.Common.WinAPI;

RetailCoder.VBE/Common/RubberduckHooks.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.ComponentModel;
4-
using System.Diagnostics;
54
using System.Linq;
65
using System.Runtime.InteropServices;
76
using System.Windows.Forms;

RetailCoder.VBE/Common/WinAPI/DeviceInfoHid.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Rubberduck.Common.WinAPI
1+
namespace Rubberduck.Common.WinAPI
82
{
93
public struct DeviceInfoHid
104
{

RetailCoder.VBE/Common/WinAPI/DeviceInfoMouse.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Rubberduck.Common.WinAPI
1+
namespace Rubberduck.Common.WinAPI
82
{
93
public struct DeviceInfoMouse
104
{

RetailCoder.VBE/Common/WinAPI/DeviceNotification.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Rubberduck.Common.WinAPI
1+
namespace Rubberduck.Common.WinAPI
82
{
93
enum DeviceNotification
104
{

RetailCoder.VBE/Common/WinAPI/HidUsage.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace Rubberduck.Common.WinAPI
1+
namespace Rubberduck.Common.WinAPI
82
{
93
public enum HidUsage : ushort
104
{

0 commit comments

Comments
 (0)