Code quality fixes (NullReference checks, unused variables etc)

This commit is contained in:
RKrom 2014-04-26 00:34:06 +02:00
parent 6ab6033f85
commit ac08533727
99 changed files with 1252 additions and 1312 deletions

View file

@ -6,12 +6,11 @@
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using Greenshot.Configuration;
using GreenshotPlugin.Core;
using System;
using System.Diagnostics;
using System.Net;
using System.Windows.Forms;
using log4net;
namespace Greenshot.Help
{
@ -21,7 +20,7 @@ namespace Greenshot.Help
public sealed class HelpFileLoader
{
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(HelpFileLoader));
private static readonly ILog LOG = LogManager.GetLogger(typeof(HelpFileLoader));
private const string EXT_HELP_URL = @"http://getgreenshot.org/help/";