From a05e85f853d200a6ea0266b9ab6a60cead3ec31b Mon Sep 17 00:00:00 2001 From: morkt Date: Sat, 26 Jul 2014 23:14:42 +0400 Subject: [PATCH] removed manual bindings from code behind. --- AboutBox.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/AboutBox.xaml.cs b/AboutBox.xaml.cs index 855509b3..ad3ac006 100644 --- a/AboutBox.xaml.cs +++ b/AboutBox.xaml.cs @@ -38,8 +38,6 @@ namespace GARbro.GUI public AboutBox() { InitializeComponent(); - ArchiveFormats.ItemsSource = GameRes.FormatCatalog.Instance.ArcFormats; - ImageFormats.ItemsSource = GameRes.FormatCatalog.Instance.ImageFormats; } private void Button_Click(object sender, RoutedEventArgs e)