Remove remaining unused carbon implementation code.

Remove code and files which should have already been removed in 5ba67c67e4.
This commit is contained in:
Tobias Taschner
2016-03-04 14:28:56 +01:00
parent d0d4018748
commit 1125dd8c12
9 changed files with 0 additions and 1756 deletions

View File

@@ -161,13 +161,6 @@ protected:
WXGLPixelFormat m_glFormat;
wxGLAttributes m_GLAttrs;
#if wxOSX_USE_CARBON
bool m_macCanvasIsShown,
m_needsUpdate;
WXGLContext m_dummyContext;
GLint m_bufferName;
#endif
wxDECLARE_EVENT_TABLE();
wxDECLARE_CLASS(wxGLCanvas);
};