From f319073778ba7f545a6c9d0a8dd07e3bf0e05aa8 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 17 Aug 2013 20:38:18 +0000 Subject: WinGui: General code tidyup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5705 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs') diff --git a/win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs b/win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs index 25e77bfa2..53ab407e2 100644 --- a/win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs +++ b/win/CS/HandBrakeWPF/Helpers/QueueRecoveryHelper.cs @@ -87,7 +87,7 @@ namespace HandBrakeWPF.Helpers return queueFiles; } - catch (Exception exc) + catch (Exception) { return new List(); // Keep quiet about the error. } @@ -132,7 +132,7 @@ namespace HandBrakeWPF.Helpers // Once we load it in, remove it as we no longer need it. File.Delete(Path.Combine(appDataPath, file)); } - catch (Exception exc) + catch (Exception) { // Keep quite, nothing much we can do if there are problems. // We will continue processing files. -- cgit v1.2.3