no longer need reverse renamers for the *Ptr classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-23 15:56:22 +00:00
parent 0b652e0ef9
commit 6cfc5ebfa7
17 changed files with 0 additions and 432 deletions

View File

@@ -21,7 +21,6 @@ del sys, _wx
# Now assign all the reverse-renamed names:
wxGLCanvasNameStr = wx.glcanvas.GLCanvasNameStr
wxGLContext = wx.glcanvas.GLContext
wxGLContextPtr = wx.glcanvas.GLContextPtr
WX_GL_RGBA = wx.glcanvas.WX_GL_RGBA
WX_GL_BUFFER_SIZE = wx.glcanvas.WX_GL_BUFFER_SIZE
WX_GL_LEVEL = wx.glcanvas.WX_GL_LEVEL
@@ -39,7 +38,6 @@ WX_GL_MIN_ACCUM_GREEN = wx.glcanvas.WX_GL_MIN_ACCUM_GREEN
WX_GL_MIN_ACCUM_BLUE = wx.glcanvas.WX_GL_MIN_ACCUM_BLUE
WX_GL_MIN_ACCUM_ALPHA = wx.glcanvas.WX_GL_MIN_ACCUM_ALPHA
wxGLCanvas = wx.glcanvas.GLCanvas
wxGLCanvasPtr = wx.glcanvas.GLCanvasPtr
wxGLCanvasWithContext = wx.glcanvas.GLCanvasWithContext