Removed plane filter
This commit is contained in:
parent
b991e39e05
commit
4f2030c8e8
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue