On Fri, 13 Oct 2023 07:02:16 GMT, Daniel Jeliński <[email protected]> wrote:
>> src/java.desktop/unix/native/libawt/awt/initIDs.c line 47:
>>
>>> 45: (JNIEnv *env, jclass clazz)
>>> 46: {
>>> 47: }
>>
>> Shall we remove `Color.initIDs`? Its implementation is now empty for all
>> platforms.
>
> Sure, will do.
Found and removed a few more initIDs methods that were empty on all platforms.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13261#discussion_r1358127289
