From ef3de4240c53b3d455c28c7089adae5940336f74 Mon Sep 17 00:00:00 2001 From: Bruce Cowan <bruce@bcowan.me.uk> Date: Sun, 2 Oct 2022 22:48:58 +0100 Subject: [PATCH] Remove useless comments in about window --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 081eb62..ee6f4e5 100644 --- a/src/main.c +++ b/src/main.c @@ -37,7 +37,6 @@ about_activated (G_GNUC_UNUSED GSimpleAction *simple, "copyright", "Copyright 2012–2022 Bruce Cowan", "license-type", GTK_LICENSE_GPL_3_0, "developer-name", "Bruce Cowan", - "comments", "Rugby scores possibilities program", "version", VERSION, NULL); } -- GitLab