Remove unused ProxyType (#2084)

This commit is contained in:
flightlevel 2017-11-07 11:34:33 +11:00 committed by GitHub
parent 969c365a64
commit 2363793d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
namespace Jackett.Models.Config
{
public enum ProxyType
{
Http,
Socks4,
Socks5,
}
}