Removed PPRE from the GrabbagImageSource

This commit is contained in:
Thomas Hess 2020-03-19 12:43:15 +01:00
parent eca8e4669b
commit fc3e8a3a6f
No known key found for this signature in database
GPG key ID: 98602F47D161B13C

View file

@ -18,7 +18,6 @@ public enum GrabbagImageSource implements CardImageSource {
private static final Set<String> supportedSets = new LinkedHashSet<String>() {
{
add("PPRE");
add("SWS");
}
};