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:
parent
b1f5203a08
commit
80ba460b1f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user