Skip to content

Commit 6c44166

Browse files
committed
Remove redundant inheritance and using directive
1 parent dc45376 commit 6c44166

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rubberduck.Core/UI/AddRemoveReferences/AddRemoveReferencesWindow.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Windows;
2-
using System.Windows.Controls;
32
using System.Windows.Controls.Primitives;
43
using Rubberduck.AddRemoveReferences;
54

@@ -8,7 +7,7 @@ namespace Rubberduck.UI.AddRemoveReferences
87
/// <summary>
98
/// Interaction logic for AddRemoveReferencesWindow.xaml
109
/// </summary>
11-
public partial class AddRemoveReferencesWindow : UserControl
10+
public partial class AddRemoveReferencesWindow
1211
{
1312
public AddRemoveReferencesWindow()
1413
{

0 commit comments

Comments
 (0)