src/ui/gui/psppire.c (struct icon_size): Remove --- unused
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 27 Mar 2021 17:54:05 +0000 (18:54 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 27 Mar 2021 17:54:05 +0000 (18:54 +0100)
src/ui/gui/psppire.c

index e897c599b69bc50a5e6b0108b235ac8bb2848602..0ced46808dd22d62af027a70718cca8c698d1ee1 100644 (file)
@@ -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 */
-};
 \f
 static void
 handle_msg (const struct msg *m_, void *lexer_)