Suppress unused parameter warning in wxX11

It seems better to keep it for consistency, as all the other functions
take both Drawable and GC, but it isn't being used in this particular
function.
This commit is contained in:
Vadim Zeitlin 2020-07-06 17:25:57 +02:00
parent b1f5203a08
commit 80ba460b1f

View File

@ -57,7 +57,7 @@ x11_pango_get_item_properties( PangoItem *item,
void
x11_draw_glyphs( Drawable drawable,
GC gc,
GC WXUNUSED(gc),
PangoFont *font,
int x,
int y,