Fix GUI output viewer to use the "auto" feature of the driver width
[pspp-builds.git] / src / ui / gui / output-viewer.h
index 2036b66f323318265eaa7f88fa0966ffaec2d754..b5c9ffcea77e4a62fc4c0e36158931a37ad29c5a 100644 (file)
@@ -35,10 +35,5 @@ 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"
-
-
 
 #endif