X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..f6a39dfaa6d607cf674282818d73616a449606b1:/interface/wx/dc.h diff --git a/interface/wx/dc.h b/interface/wx/dc.h index 107cc06058..ab5adfc09e 100644 --- a/interface/wx/dc.h +++ b/interface/wx/dc.h @@ -8,7 +8,6 @@ /** @class wxDC - @wxheader{dc.h} A wxDC is a @e "device context" onto which graphics and text can be drawn. It is intended to represent different output devices and offers a common @@ -1101,7 +1100,6 @@ public: /** @class wxDCClipper - @wxheader{dc.h} wxDCClipper is a small helper class for setting a clipping region on a wxDC and unsetting it automatically. An object of wxDCClipper class is typically