Implemented the INSERT command.
[pspp-builds.git] / src / ui / gui / syntax-editor-source.c
index 1cee28886c2e04bfa6d6ff48040b72d6f58bf305..289bd37a0f5cd7537a0806f1a10ccfb40e935fb8 100644 (file)
@@ -67,8 +67,7 @@ location (const struct getl_interface *i)
 
 static bool
 read_line_from_buffer (struct getl_interface *i,
-                      struct string *line,
-                      enum getl_syntax *syntax_rules)
+                      struct string *line)
 {
   gchar *text;
   GtkTextIter next_line;