From 7bc50e615d03fe7b1b792312c0f5c4ece15a6b49 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 27 Mar 2021 18:54:05 +0100 Subject: [PATCH 1/1] src/ui/gui/psppire.c (struct icon_size): Remove --- unused --- src/ui/gui/psppire.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index e897c599b6..0ced46808d 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -139,12 +139,6 @@ psppire_quit (GApplication *app) g_application_quit (app); } -struct icon_size -{ - int resolution; /* The dimension of the images which will be used */ - size_t n_sizes; /* The number of items in the array below. */ - const GtkIconSize *usage; /* An array determining for what the icon set is used */ -}; static void handle_msg (const struct msg *m_, void *lexer_) -- 2.30.2