diff options
author | rbuj <[email protected]> | 2020-04-08 11:59:34 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-16 14:35:58 +0200 |
commit | 06ec8896af725b80d9adc7f94699001b0dc23489 (patch) | |
tree | e40f741a7cf2ab7946feaf7ba9bf9318959d4031 /accessx-status | |
parent | ea2c6735e3c8a5e5a91e5472123eeaee70716478 (diff) | |
download | mate-applets-06ec8896af725b80d9adc7f94699001b0dc23489.tar.bz2 mate-applets-06ec8896af725b80d9adc7f94699001b0dc23489.tar.xz |
Remove unused-variable warnings
Diffstat (limited to 'accessx-status')
-rw-r--r-- | accessx-status/applet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accessx-status/applet.c b/accessx-status/applet.c index 0b75eccf..f38456fb 100644 --- a/accessx-status/applet.c +++ b/accessx-status/applet.c @@ -403,7 +403,6 @@ static GdkPixbuf* accessx_status_applet_get_glyph_pixbuf(GtkWidget* widget, GdkP static cairo_surface_t* accessx_status_applet_altgraph_image(AccessxStatusApplet *sapplet, GtkStateFlags state) { GtkIconTheme *icon_theme; - cairo_t* cr; GdkPixbuf* pixbuf; GdkPixbuf* glyph_pixbuf; GdkPixbuf* icon_base; |