Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / src / ui / gui / output-viewer.h
index 2036b66f323318265eaa7f88fa0966ffaec2d754..e5bf5c1cc34e821ca3dd4d416138a28e35d6c693 100644 (file)
@@ -33,12 +33,6 @@ void reload_viewer (struct output_viewer *);
 void reload_the_viewer (void);
 
 
-#define OUTPUT_FILE_NAME "psppire.txt"
-
-/* Make sure these two agree !! */
-#define OUTPUT_LINE_WIDTH 80
-#define OUTPUT_LINE_WIDTH_str "80"
-
-
+const char * output_file_name (void);
 
 #endif