Remove special wxGLCanvas paint event handling

Probably hasn't been needed in a very long time, if it ever was.
This commit is contained in:
Paul Cornett
2019-06-12 23:23:12 -07:00
parent 65ced79ed1
commit 2afb03a4bb
2 changed files with 0 additions and 94 deletions

View File

@@ -110,14 +110,8 @@ public:
#endif // WXWIN_COMPATIBILITY_2_8
// implementation from now on
void OnInternalIdle() wxOVERRIDE;
virtual void GTKHandleRealized() wxOVERRIDE;
bool m_exposed;
#ifdef __WXGTK3__
cairo_t* m_cairoPaintContext;
#endif
#if WXWIN_COMPATIBILITY_2_8
wxGLContext *m_sharedContext;
wxGLCanvas *m_sharedContextOf;