diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-02-10 22:43:45 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-02-10 22:43:45 +0000 |
| commit | 5aa3fc9655560c68ab43573e4afb2d40833d01bf (patch) | |
| tree | f2d5b14fbc41a498edfa11b356b6656d7570a740 /src/Fl_Image.cxx | |
| parent | 1a3c2dfd08a230e253b35df6e553c499c62c8686 (diff) | |
Moving fl_beep into screen driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11152 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Image.cxx')
| -rw-r--r-- | src/Fl_Image.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 35871765c..32d05fe02 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -26,12 +26,6 @@ #include <FL/Fl_Printer.H> #include "flstring.h" -#if defined(WIN32) || defined(__APPLE__) -#elif defined(FL_PORTING) -# pragma message "FL_PORTING: implement RGB image handling here" -#else -#endif - void fl_restore_clip(); // from fl_rect.cxx // |
