X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftext-item.h;h=1bfb63689b28cd94f6cce1c14b7c8fa570456e03;hb=a353919df75c25331144602421353a856f4236d6;hp=e09d06badc4da4f3ff11d8b626f72a393c9f4eee;hpb=b561da06cecf48556e94b4e033bd749eeba3bef7;p=pspp diff --git a/src/output/text-item.h b/src/output/text-item.h index e09d06badc..1bfb63689b 100644 --- a/src/output/text-item.h +++ b/src/output/text-item.h @@ -30,14 +30,6 @@ enum text_item_type { - /* Each PSPP command is bracketed between a pair of these text items. The - text item's string is the full name of the command. The syntax text - items associated with the command, as well as all output produced - directly by the command, are contained within the pair. There is no - nesting. */ - TEXT_ITEM_COMMAND_OPEN, /* Command starting. */ - TEXT_ITEM_COMMAND_CLOSE, /* Command completed. */ - /* Headings. */ TEXT_ITEM_PAGE_TITLE, /* TITLE and SUBTITLE commands. */ TEXT_ITEM_SUBHEAD, /* Heading within a command's output.*/