diff --git a/Control/TSCBAreaExpander.xaml b/Control/TSCBAreaExpander.xaml deleted file mode 100644 index 8fa3fd2..0000000 --- a/Control/TSCBAreaExpander.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - diff --git a/Control/TSCBAreaExpander.xaml.cs b/Control/TSCBAreaExpander.xaml.cs deleted file mode 100644 index 52ff792..0000000 --- a/Control/TSCBAreaExpander.xaml.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Windows.Controls; - -namespace BOTWToolset.Control -{ - /// - /// Interaction logic for TSCBAreaExpander.xaml - /// - public partial class TSCBAreaExpander : UserControl - { - public TSCBAreaExpander() - { - InitializeComponent(); - } - } -}