diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-03-15 15:34:37 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-03-15 15:34:37 +0000 |
| commit | 6e4ed88f40d5ff5d5faf19d51f6d60e061ccba57 (patch) | |
| tree | 8de70b6c1e96cccbd1fd02d3d5cd9c438c5fc0db /src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx | |
| parent | 30d1a1687f34a974ff07d4018cc66542aae1a108 (diff) | |
Remove unused #include files and FL_CFG_* conditional code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12751 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx b/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx index c5bcce9af..0dfc255cb 100644 --- a/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx +++ b/src/drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx @@ -3,7 +3,7 @@ // // Draw-to-image code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -16,14 +16,8 @@ // http://www.fltk.org/str.php // -#include <FL/fl_draw.H> - -#include "../../config_lib.h" - -#ifdef FL_CFG_GFX_XLIB #include "Fl_Xlib_Graphics_Driver.H" #include <FL/Fl_Image_Surface.H> -#include "Fl_Xlib_Graphics_Driver.H" #include <FL/Fl_Screen_Driver.H> class Fl_Xlib_Image_Surface_Driver : public Fl_Image_Surface_Driver { @@ -89,8 +83,6 @@ void Fl_Xlib_Image_Surface_Driver::end_current_(Fl_Surface_Device *next_current) fl_window = pre_window; } -#endif // FL_CFG_GFX_XLIB - // // End of "$Id$". // |
