X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmessage-item.h;h=b39afacf49a3983380e4e7620dee00b760abb0f0;hb=3b54533821614d17afc61f1cd3b87d3a06fbf4da;hp=8f0befe350b91a3f8bb17d10b626cc13678e8646;hpb=f4bd801640ccaf1d41f45e0206e01e71d3e18604;p=pspp diff --git a/src/output/message-item.h b/src/output/message-item.h index 8f0befe350..b39afacf49 100644 --- a/src/output/message-item.h +++ b/src/output/message-item.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2010, 2011 Free Sonftware Foundation, Inc. + Copyright (C) 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,7 +36,6 @@ struct message_item { struct output_item output_item; struct msg *msg; - char *command_name; }; struct message_item *message_item_create (const struct msg *);