From 1ef2df9602dc155279e78024c7247e2618905446 Mon Sep 17 00:00:00 2001 From: Killy Date: Tue, 28 Apr 2020 21:46:45 +0300 Subject: [PATCH] Unneeded using after 169dbdc --- Greenshot/Drawing/DrawableContainer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Greenshot/Drawing/DrawableContainer.cs b/Greenshot/Drawing/DrawableContainer.cs index e7caf7ea3..33339ee00 100644 --- a/Greenshot/Drawing/DrawableContainer.cs +++ b/Greenshot/Drawing/DrawableContainer.cs @@ -33,7 +33,6 @@ using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Runtime.Serialization; -using System.Windows.Forms; using GreenshotPlugin.IniFile; using GreenshotPlugin.Interfaces; using GreenshotPlugin.Interfaces.Drawing.Adorners;