diff options
author | rbuj <[email protected]> | 2020-02-06 05:22:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-25 13:28:05 +0100 |
commit | 5396af26e007074c6e3bcc212f2a6dbfc16bd255 (patch) | |
tree | 1b3fe7491595a89daf1d278f3c41205651ba114f | |
parent | db26b07080c9f3504e706f7fde9f7fcc3215617d (diff) | |
download | mate-desktop-5396af26e007074c6e3bcc212f2a6dbfc16bd255.tar.bz2 mate-desktop-5396af26e007074c6e3bcc212f2a6dbfc16bd255.tar.xz |
mate-about: remove unused variable ‘window’
-rw-r--r-- | mate-about/mate-about.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-about/mate-about.c b/mate-about/mate-about.c index 9e88876..a7ada15 100644 --- a/mate-about/mate-about.c +++ b/mate-about/mate-about.c @@ -32,7 +32,6 @@ static void mate_about_on_activate(GtkApplication* app) { GList* list; - GtkWidget* window; list = gtk_application_get_windows(app); |