X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..8b385bf892c1f831965313eaf3ee59b10b435afd:/interface/wx/gdicmn.h?ds=sidebyside diff --git a/interface/wx/gdicmn.h b/interface/wx/gdicmn.h index f415ecf9d8..b5fb341b21 100644 --- a/interface/wx/gdicmn.h +++ b/interface/wx/gdicmn.h @@ -94,7 +94,6 @@ enum wxStockCursor /** @class wxRealPoint - @wxheader{gdicmn.h} A wxRealPoint is a useful data structure for graphics operations. @@ -131,7 +130,6 @@ public: /** @class wxRect - @wxheader{gdicmn.h} A class for manipulating rectangles. @@ -436,7 +434,6 @@ public: /** @class wxPoint - @wxheader{gdicmn.h} A wxPoint is a useful data structure for graphics operations. @@ -503,7 +500,6 @@ wxPoint wxDefaultPosition; /** @class wxColourDatabase - @wxheader{gdicmn.h} wxWidgets maintains a database of standard RGB colours for a predefined set of named colours. The application may add to this set if desired by @@ -628,7 +624,6 @@ public: /** @class wxSize - @wxheader{gdicmn.h} A wxSize is a useful data structure for graphics operations. It simply contains integer @e width and @e height members.