interface: Remove redundant definition of wxPenInfo::LowQuality
This commit is contained in:
parent
8482b50129
commit
c2d176e4a3
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue