diff --git a/MetaMorpheus/GUI/Views/CustomCrosslinkerWindow.xaml b/MetaMorpheus/GUI/Views/CustomCrosslinkerWindow.xaml index 7be16d71d..d310e89bf 100644 --- a/MetaMorpheus/GUI/Views/CustomCrosslinkerWindow.xaml +++ b/MetaMorpheus/GUI/Views/CustomCrosslinkerWindow.xaml @@ -31,20 +31,23 @@ diff --git a/MetaMorpheus/GUI/Views/CustomCrosslinkerWindow.xaml.cs b/MetaMorpheus/GUI/Views/CustomCrosslinkerWindow.xaml.cs index a65f79161..6c3244143 100644 --- a/MetaMorpheus/GUI/Views/CustomCrosslinkerWindow.xaml.cs +++ b/MetaMorpheus/GUI/Views/CustomCrosslinkerWindow.xaml.cs @@ -84,10 +84,5 @@ private void CancelButton_Click(object sender, RoutedEventArgs e) { DialogResult = false; } - - private void CheckIfNumber(object sender, TextCompositionEventArgs e) - { - e.Handled = !GlobalGuiSettings.CheckIsPositiveInteger(e.Text); - } } }