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_Bitmap.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_Bitmap.cxx')
| -rw-r--r-- | src/Fl_Bitmap.cxx | 4 |
1 files changed, 0 insertions, 4 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; } |
