RFR: JDK-8273387: remove some unreferenced gtk-related functions [v2]

Matthias Baesken mbaesken at openjdk.java.net
Wed Sep 8 07:03:43 UTC 2021


On Wed, 8 Sep 2021 04:17:10 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove fp_gtk_paint_diamond function pointer init
>
> src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c line 1853:
> 
>> 1851: }
>> 1852: 
>> 1853: static void gtk2_paint_diamond(WidgetType widget_type, GtkStateType state_type,
> 
> I think the function pointer initialiasation of this function `fp_gtk_paint_diamond` should also be removed along with removing the function definition.

Thanks for the hint , I removed the initialization you mentioned.

Best regards, Matthias

-------------

PR: https://git.openjdk.java.net/jdk/pull/5384



More information about the client-libs-dev mailing list