mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 13:33:27 -07:00
Fixing compiler warnings.
This commit is contained in:
parent
c7aa3ebaf1
commit
6a79bdda46
3 changed files with 4 additions and 29 deletions
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue