output: Introduce group_item in place of TEXT_ITEM_COMMAND_OPEN and CLOSE.
[pspp] / src / output / message-item.h
index 8f0befe350b91a3f8bb17d10b626cc13678e8646..88450f1adee4cc91276e649853794eaab767fe95 100644 (file)
@@ -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 *);