removed manual bindings from code behind.

This commit is contained in:
morkt 2014-07-26 23:14:42 +04:00
parent b72d9194e8
commit a05e85f853

View File

@ -38,8 +38,6 @@ namespace GARbro.GUI
public AboutBox() public AboutBox()
{ {
InitializeComponent(); InitializeComponent();
ArchiveFormats.ItemsSource = GameRes.FormatCatalog.Instance.ArcFormats;
ImageFormats.ItemsSource = GameRes.FormatCatalog.Instance.ImageFormats;
} }
private void Button_Click(object sender, RoutedEventArgs e) private void Button_Click(object sender, RoutedEventArgs e)