output: Include command names in titles in GUI output.
[pspp-builds.git] / src / output / table.h
index 03c981a30cc1a76c028d5c05108f0d51b2b42cc6..7f128814bb369814e27925edd5af65636f0aafb0 100644 (file)
@@ -198,8 +198,5 @@ void tab_next_row (struct tab_table *);
 void tab_output_text (int options, const char *string, ...)
      PRINTF_FORMAT (2, 3);
 
-/* Embedding the command name in the output. */
-void tab_set_command_name (const char *);
-
 #endif /* tab_h */