Disentangle the interaction parser from the variable parser.
[pspp] / src / language / lexer / variable-parser.h
index 4419c9ebf61a1467805ae3782cbfd90c98d95951..8fd4824671e8062aa1e33fea6b3453bf79cea6e9 100644 (file)
@@ -159,16 +159,4 @@ const_var_set_destroy (struct const_var_set *vs)
 bool
 lex_match_variable (struct lexer *lexer, const struct dictionary *dict, const struct variable **var);
 
-struct interaction;
-
-/* Parse an interaction.
-   If not successful return false.
-   Otherwise, a newly created interaction will be placed in IACT.
-   It is the caller's responsibility to destroy this interaction.
- */
-bool
-parse_design_interaction (struct lexer *lexer, const struct dictionary *dict, struct interaction **iact);
-
-
-
 #endif /* variable-parser.h */