From bfb64aa01eb4ab90ab984a5b34994d9aca6081e9 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 28 Oct 2020 17:29:21 +0100 Subject: Remove the "Print" window meant for debugging. --- src/Fl_x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 31a76f4e9..51236fb6a 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -3087,7 +3087,7 @@ void Fl_X11_Window_Driver::show() { } -#define USE_PRINT_BUTTON 1 +//#define USE_PRINT_BUTTON 1 #ifdef USE_PRINT_BUTTON // to test the Fl_Printer class creating a "Print front window" button in a separate window -- cgit v1.2.3