interface: Remove redundant definition of wxPenInfo::LowQuality
This commit is contained in:
parent
8482b50129
commit
c2d176e4a3
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user