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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user