projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git]
/
src
/
x11
/
pango_x.cpp
diff --git
a/src/x11/pango_x.cpp
b/src/x11/pango_x.cpp
index f71993db007032d1cf49189c804b80d67420cbde..0e82c04f96f0ca7f78c20895e91a419e7abd95b8 100644
(file)
--- a/
src/x11/pango_x.cpp
+++ b/
src/x11/pango_x.cpp
@@
-87,6
+87,7
@@
x11_draw_glyphs( Drawable drawable,
else
#endif
{
else
#endif
{
+ wxUnusedVar(colour);
pango_x_render( wxGlobalDisplay(), drawable, gc, font, glyphs, x, y );
}
}
pango_x_render( wxGlobalDisplay(), drawable, gc, font, glyphs, x, y );
}
}