Remove Carbon-specific code from wxScreenDC implementation

Carbon is not supported any more and defining m_overlayWindow, which was
only used by Carbon code, resulted in "unused private variable" warning
from clang.
This commit is contained in:
Vadim Zeitlin
2019-10-27 01:44:29 +02:00
parent 85b5337160
commit d38d8f4f9c
2 changed files with 0 additions and 22 deletions

View File

@@ -21,8 +21,6 @@ public:
virtual ~wxScreenDCImpl();
virtual wxBitmap DoGetAsBitmap(const wxRect *subrect) const wxOVERRIDE;
private:
void* m_overlayWindow;
private:
wxDECLARE_CLASS(wxScreenDCImpl);