Skip to content

Commit

Permalink
Remove unnecessary #ifdef _WIN32
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12682 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Feb 20, 2018
1 parent 31848b8 commit fb7d2b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx
Expand Up @@ -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>
Expand Down Expand Up @@ -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$".
//

0 comments on commit fb7d2b7

Please sign in to comment.