Removed unused file (contained enum had no references)

This commit is contained in:
David Sparer
2016-06-03 15:19:18 -06:00
parent c108c60c30
commit 3f984fb65e

View File

@@ -1,9 +0,0 @@
namespace mRemoteNG.Images
{
public enum ErrorImageType
{
_Information = 0,
_Warning = 1,
_Error = 2
}
}