diff ServerMonitor/Forms/SettingsForm.cs @ 39:7645122aa7a9

Get it working under Mono
author Brad Greco <brad@bgreco.net>
date Tue, 09 Jun 2020 20:59:00 -0400
parents f6235dc0a8ec
children c4fc74593a78
line wrap: on
line diff
--- a/ServerMonitor/Forms/SettingsForm.cs	Sun Sep 15 21:01:14 2019 -0400
+++ b/ServerMonitor/Forms/SettingsForm.cs	Tue Jun 09 20:59:00 2020 -0400
@@ -132,7 +132,6 @@
         /// <summary>Shows only the filename of the custom sound.</summary>
         private void SoundComboBox_Format(object sender, ListControlConvertEventArgs e)
         {
-            ComboBox comboBox = (ComboBox)sender;
             if (!soundOptions.Contains(e.Value))
                 e.Value = Path.GetFileName(e.Value.ToString());
         }