From a278a478fd5cf3d453b536dcc321e870ff326ba2 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 6 Feb 2016 05:56:38 +0000 Subject: New CMake option OPTION_PRINT_SUPPORT - continued The previous version (r11127) had FL/Fl_Printer.H include config.h That is not allowed. This commit repairs that. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11130 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Printer.H | 3 --- 1 file changed, 3 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Printer.H b/FL/Fl_Printer.H index 51a947389..559cdcbaa 100644 --- a/FL/Fl_Printer.H +++ b/FL/Fl_Printer.H @@ -23,7 +23,6 @@ #ifndef Fl_Printer_H #define Fl_Printer_H -#include "config.h" #include #include #include @@ -192,7 +191,6 @@ public: const char *class_name() {return class_id;}; /** \brief The constructor */ Fl_Printer(void); -#ifndef NO_PRINT_SUPPORT int start_job(int pagecount, int *frompage = NULL, int *topage = NULL); int start_page(void); int printable_rect(int *w, int *h); @@ -245,7 +243,6 @@ private: #else Fl_PostScript_Printer *printer; #endif -#endif // NO_PRINT_SUPPORT }; #endif // Fl_Printer_H -- cgit v1.2.3