Fixing compiler warnings.

This commit is contained in:
RKrom 2014-06-17 11:19:37 +02:00
commit 6a79bdda46
3 changed files with 4 additions and 29 deletions

View file

@ -50,7 +50,6 @@ namespace Greenshot {
public partial class ImageEditorForm : BaseForm, IImageEditor {
private static readonly ILog LOG = LogManager.GetLogger(typeof(ImageEditorForm));
private static EditorConfiguration editorConfiguration = IniConfig.GetIniSection<EditorConfiguration>();
private static CoreConfiguration coreConfiguration = IniConfig.GetIniSection<CoreConfiguration>();
private static List<string> ignoreDestinations = new List<string>() { PickerDestination.DESIGNATION, EditorDestination.DESIGNATION };
private static List<IImageEditor> editorList = new List<IImageEditor>();