X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..35f6f7de48d3d3a4b13107afaea178c945766bcc:/interface/wx/bitmap.h diff --git a/interface/wx/bitmap.h b/interface/wx/bitmap.h index 1bcf959e19..f419d074be 100644 --- a/interface/wx/bitmap.h +++ b/interface/wx/bitmap.h @@ -14,7 +14,6 @@ /** @class wxBitmapHandler - @wxheader{bitmap.h} This is the base class for implementing bitmap file loading/saving, and bitmap creation from data. @@ -154,7 +153,6 @@ public: /** @class wxBitmap - @wxheader{bitmap.h} This class encapsulates the concept of a platform-dependent bitmap, either monochrome or colour or colour with alpha channel support. @@ -605,7 +603,6 @@ wxBitmap wxNullBitmap; /** @class wxMask - @wxheader{bitmap.h} This class encapsulates a monochrome mask bitmap, where the masked area is black and the unmasked area is white.