Skip to content

Commit ca02130

Browse files
committed
Minor change - removed unused field
1 parent b12e376 commit ca02130

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Aronium.Wpf.Toolkit/Controls/ClosableTabItem.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Windows;
33
using System.Windows.Controls;
44
using System.Windows.Input;
5-
using System.Windows.Media;
65

76
namespace Aronium.Wpf.Toolkit.Controls
87
{
@@ -11,7 +10,6 @@ public class ClosableTabItem : TabItem
1110
{
1211
#region - Fields -
1312

14-
private ContextMenu contextMenu = new ContextMenu();
1513
private static RoutedCommand _closeAllCommand = new RoutedCommand("CloseAllCommand", typeof(ClosableTabItem));
1614
private static RoutedCommand _closeAllButActiveCommand = new RoutedCommand("CloseAllButActiveCommand", typeof(ClosableTabItem));
1715
private static RoutedCommand _closeTabCommand = new RoutedCommand("CloseTabCommand", typeof(ClosableTabItem));

0 commit comments

Comments
 (0)