Removed more dead code

This commit is contained in:
Robin Krom 2021-03-21 23:44:25 +01:00
commit 2bbaa4a9a7
No known key found for this signature in database
GPG key ID: BCC01364F1371490
38 changed files with 66 additions and 943 deletions

View file

@ -24,7 +24,6 @@ using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Windows.Forms;
using GreenshotPlugin.Interfaces.Drawing.Adorners;
@ -213,14 +212,4 @@ namespace GreenshotPlugin.Interfaces.Drawing
}
void Load(string filename);
}
public interface IMetafileContainer : IDrawableContainer
{
Metafile Metafile
{
get;
set;
}
void Load(string filename);
}
}