diff options
| author | Manolo Gouy <Manolo> | 2016-02-06 05:56:38 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-06 05:56:38 +0000 |
| commit | a278a478fd5cf3d453b536dcc321e870ff326ba2 (patch) | |
| tree | f491e1245b9d04b8368ca112de8841677446f07b /FL/Fl_Printer.H | |
| parent | d8cebd1fdf8391747a3f98d281f8eacb4efe2267 (diff) | |
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
Diffstat (limited to 'FL/Fl_Printer.H')
| -rw-r--r-- | FL/Fl_Printer.H | 3 |
1 files changed, 0 insertions, 3 deletions
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 <FL/x.H> #include <FL/Fl_Paged_Device.H> #include <FL/fl_draw.H> @@ -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 |
