Removed plane filter

This commit is contained in:
Willem Cazander 2022-03-16 13:54:14 +01:00
parent b991e39e05
commit 4f2030c8e8

View file

@ -22,12 +22,6 @@ public class TestSwingPlane extends JPanel {
int x=0;
for (UnicodePlaneᶻᴰ plane:UnicodePlaneᶻᴰ.values()) {
if (plane.name().contains("SUPPLE")) {
continue;
}
if (plane.name().contains("EXTEN")) {
continue;
}
data[x][0] = plane.name();
StringBuilder buf = new StringBuilder();
int offset = 33;