Hello. Please review code cleanup for JDK 13. Bug: https://bugs.openjdk.java.net/browse/JDK-8223766 Fix: http://cr.openjdk.java.net/~serb/8223766/webrev.00
We have a few places in which the "initIDs()" methods initialize native data which are never used. This code remains from the MToolkit and some old part of AWT on Windows. In the fix, this code was removed. Note that some of the initIds() methods became empty, in some future fix I'll try to delete them as well. -- Best regards, Sergey.
