render: Add comment.
[pspp] / src / output / message-item.h
index 8f0befe350b91a3f8bb17d10b626cc13678e8646..b39afacf49a3983380e4e7620dee00b760abb0f0 100644 (file)
@@ -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 *);