X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=0ced46808dd22d62af027a70718cca8c698d1ee1;hb=7bc50e615d03fe7b1b792312c0f5c4ece15a6b49;hp=e897c599b69bc50a5e6b0108b235ac8bb2848602;hpb=b20869862e14af6b7ec0161aa2065ab9555fb5fc;p=pspp 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_)