On Tue, 7 Sep 2021 07:29:19 GMT, Matthias Baesken <[email protected]> wrote:
> Please review this small change. > Looks like there are a few functions, like gtk2_paint_diamond, that are > unreferenced and can be removed. > > Thanks, Matthias 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. ------------- PR: https://git.openjdk.java.net/jdk/pull/5384
