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

Matthias Baesken mbaesken at openjdk.java.net
Wed Sep 8 11:56:41 UTC 2021


On Wed, 8 Sep 2021 11:34:48 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

>> Thanks for the hint , I removed the initialization you mentioned.
>> 
>> Best regards, Matthias
>
> I think the declaration of function pointer should also be removed. So following should be removed from line no 150
> static void (*fp_gtk_paint_diamond)(GtkStyle* style, GdkWindow* window,
>         GtkStateType state_type, GtkShadowType shadow_type,
>         GdkRectangle* area, GtkWidget* widget, const gchar* detail,
>         gint x, gint y, gint width, gint height);

Thanks, I removed the declaration you mentioned.
Best regards, Matthias

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

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



More information about the client-libs-dev mailing list