-// A bunch of %rename directives generated by ./distrib/build_renamers.py
+// A bunch of %rename directives generated by BuildRenamers in config.py
// in order to remove the wx prefix from all global scope names.
#ifndef BUILDING_RENAMERS
%rename(GLContext) wxGLContext;
%rename(GLCanvas) wxGLCanvas;
-%rename(GLCanvasWithContext) wxGLCanvasWithContext;
#endif