Remove unnecessary wxGDIPlusPrintingContext dtor

No real changes.
This commit is contained in:
Vadim Zeitlin
2019-02-08 16:16:02 +01:00
parent 9a9ff29098
commit 21661d51d8

View File

@@ -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:
}; };