From: John Darrington Date: Sat, 27 Mar 2021 17:54:05 +0000 (+0100) Subject: src/ui/gui/psppire.c (struct icon_size): Remove --- unused X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc50e615d03fe7b1b792312c0f5c4ece15a6b49;hp=b20869862e14af6b7ec0161aa2065ab9555fb5fc;p=pspp src/ui/gui/psppire.c (struct icon_size): Remove --- unused --- 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_)