Remove unused variables causing compile warnings.

This commit is contained in:
Jim Norman
2006-11-28 06:49:46 +00:00
parent 20ae282ddb
commit ee795f0f41
18 changed files with 40 additions and 41 deletions

View File

@@ -116,7 +116,7 @@ namespace sscs.common
// or null is returned.
return (string)sk1.GetValue(KeyName.ToUpper());
}
catch (Exception e)
catch (Exception)
{
//ShowErrorMessage(e, "Reading registry " + KeyName.ToUpper());
return null;