diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Bitmap.cxx | 4 | ||||
| -rw-r--r-- | src/fl_rect.cxx | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/Fl_Bitmap.cxx b/src/Fl_Bitmap.cxx index 27526a04a..4d3627515 100644 --- a/src/Fl_Bitmap.cxx +++ b/src/Fl_Bitmap.cxx @@ -171,8 +171,6 @@ int Fl_Bitmap::start(int XP, int YP, int WP, int HP, int &cx, int &cy, if (!id_) id_ = fl_create_bitmask(w(), h(), array); #elif defined(FL_PORTING) # pragma message "FL_PORTING: call the right function to create a bitmap" -#else - // TODO: please insert comment, explaining why we don;t need a bitmap here for X11 #endif return 0; } @@ -194,8 +192,6 @@ void Fl_Bitmap::uncache() { fl_delete_bitmask((Fl_Offscreen)id_); #elif defined(FL_PORTING) # pragma message "FL_PORTING: call the right function to create a bitmask" -#else - // TODO: please insert comment, explaining why we don;t need a bitmap here for X11 #endif id_ = 0; } 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 // ----------------------------------------------------------------------------- |
