Remove unnecessary wxGDIPlusPrintingContext dtor
No real changes.
This commit is contained in:
@@ -507,7 +507,6 @@ class wxGDIPlusPrintingContext : public wxGDIPlusContext
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxGDIPlusPrintingContext( wxGraphicsRenderer* renderer, const wxDC& dc );
|
wxGDIPlusPrintingContext( wxGraphicsRenderer* renderer, const wxDC& dc );
|
||||||
virtual ~wxGDIPlusPrintingContext() { }
|
|
||||||
protected:
|
protected:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user