Skip to content

Commit 66497dd

Browse files
committed
Fixed warning
1 parent 6f7e774 commit 66497dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ListFiles.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ private void LoadWindowSettings()
307307
this.Height = Properties.Settings.Default.Height;
308308
this.WindowState = (WindowState)Properties.Settings.Default.WindowState;
309309
}
310-
catch (System.Exception ex)
310+
catch (System.Exception)
311311
{
312312
// swallow exception if settings fail to load
313313
}

0 commit comments

Comments
 (0)