interface: Remove redundant definition of wxPenInfo::LowQuality

This commit is contained in:
Ian McInerney 2021-05-13 21:33:06 +01:00
parent 8482b50129
commit c2d176e4a3

View File

@ -192,7 +192,6 @@ public:
*/
wxPenInfo& HighQuality();
wxPenInfo& LowQuality();
wxColour GetColour() const;
wxBitmap GetStipple() const;
wxPenStyle GetStyle() const;
@ -202,7 +201,7 @@ public:
int GetDashes(wxDash **ptr);
int GetDashCount() const;
wxDash* GetDash() const;
bool IsTransparent() const;
bool IsTransparent() const;
int GetWidth() const;
};