mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
2 small code fixes, removed unused code.
This commit is contained in:
parent
f3c986e3f4
commit
1cfb76a5ff
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue