Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / title.c
index dca7b4760777b96e267808719b6dcf3930f41c38..50a065b9d846bbd1c5483f138a572da9b7e638ed 100644 (file)
@@ -171,9 +171,6 @@ cmd_document (void)
 int
 cmd_drop_documents (void)
 {
-  lex_match_id ("DROP");
-  lex_match_id ("DOCUMENTS");
-
   dict_set_documents (default_dict, NULL);
 
   return lex_end_of_command ();