diff options
| author | Manolo Gouy <Manolo> | 2018-02-20 12:48:48 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-02-20 12:48:48 +0000 |
| commit | fb7d2b770d5be2b7a2fd0f10bd86621fefb1b6ec (patch) | |
| tree | e43ea91d9a647f4a405a3430607582833d6f849f /src/drivers | |
| parent | 31848b8565a4bd37c2918317e7bbc5ed1067e4b9 (diff) | |
Remove unnecessary #ifdef _WIN32
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12682 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx index 7492074a7..10e4f2e76 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx @@ -16,8 +16,6 @@ // http://www.fltk.org/str.php // -#ifdef _WIN32 - #include "../GDI/Fl_GDI_Graphics_Driver.H" #include <FL/Fl_Printer.H> #include <FL/fl_ask.H> @@ -318,8 +316,6 @@ void Fl_WinAPI_Printer_Driver::origin(int *x, int *y) Fl_Paged_Device::origin(x, y); } -#endif // _WIN32 - // // End of "$Id$". // |
