2 small code fixes, removed unused code.

This commit is contained in:
Robin Krom 2022-04-05 23:56:02 +02:00
commit 1cfb76a5ff
No known key found for this signature in database
GPG key ID: BCC01364F1371490
2 changed files with 0 additions and 4 deletions

View file

@ -639,8 +639,6 @@ EndSelection:<<<<<<<4
{
continue;
}
IDrawableContainer drawableContainer = null;
using FileStream fileStream = new FileStream(imageFile, FileMode.Open, FileAccess.Read, FileShare.Read);
IEnumerable<IDrawableContainer> drawableContainers;
try

View file

@ -2030,8 +2030,6 @@ namespace Greenshot.Editor.Forms {
private NonJumpingPanel panel1;
private ToolStripColorButton btnFillColor;
private ToolStripColorButton btnLineColor;
private GreenshotToolStripMenuItem autoCropToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
private System.Windows.Forms.ContextMenuStrip zoomMenuStrip;
private System.Windows.Forms.ToolStripMenuItem zoomInMenuItem;
private System.Windows.Forms.ToolStripMenuItem zoomOutMenuItem;