From c2d176e4a336ed1e5e9900a8a3e0befdbbf38f35 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Thu, 13 May 2021 21:33:06 +0100 Subject: [PATCH] interface: Remove redundant definition of wxPenInfo::LowQuality --- interface/wx/pen.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/wx/pen.h b/interface/wx/pen.h index 5d549b544e..47a412aefe 100644 --- a/interface/wx/pen.h +++ b/interface/wx/pen.h @@ -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; };