diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-31 21:47:25 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-31 21:47:25 +0000 |
| commit | 5638a5f47120b383bd4e7e7f8ee60bb78a69f9b7 (patch) | |
| tree | 8320d09137e27b0e18fa372409614c7c6dccad13 /src/fl_rect.cxx | |
| parent | 86abe14361302b217a37d0b13032c79e853cf46a (diff) | |
Just cleaning up a few lines.
Removed a false comment I just added.
Removed FL_PORTING ifdef that is no longer needed
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11103 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_rect.cxx')
| -rw-r--r-- | src/fl_rect.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 3fddf9388..f5b3d0af4 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -34,12 +34,6 @@ #include <FL/fl_draw.H> #include <FL/x.H> -#if defined(WIN32) || defined(__APPLE__) -#elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement all the line drawing functions below" -#else -#endif - // ----------------------------------------------------------------------------- // all driver code is now in drivers/XXX/Fl_XXX_Graphics_Driver_xyz.cxx // ----------------------------------------------------------------------------- |
