diff options
author | rbuj <[email protected]> | 2020-02-06 05:22:20 +0100 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-02-18 08:50:30 +0100 |
commit | 52accf43e4f7e414095745eaff420828ba04ddad (patch) | |
tree | e878ab388d1ea5daffe643d441f26d59fcd58d31 | |
parent | 575a45056a5df80425ae109e7b63b91fd57d8e8b (diff) | |
download | mate-desktop-52accf43e4f7e414095745eaff420828ba04ddad.tar.bz2 mate-desktop-52accf43e4f7e414095745eaff420828ba04ddad.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); |