generated rename directives are no longer needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-05-19 01:10:46 +00:00
parent 4dca6329b1
commit 8d7e482e06
50 changed files with 0 additions and 3913 deletions

View File

@@ -1,16 +0,0 @@
// 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(ParamX) wxParamX;
%rename(FuncX) wxFuncX;
%rename(PropX) wxPropX;
%rename(ParamXArray) wxParamXArray;
%rename(FuncXArray) wxFuncXArray;
%rename(PropXArray) wxPropXArray;
%rename(ActiveXWindow) wxActiveXWindow;
%rename(ActiveXEvent) wxActiveXEvent;
%rename(IEHtmlWindowBase) wxIEHtmlWindowBase;
#endif

View File

@@ -1,2 +0,0 @@
EVT*

View File

@@ -29,8 +29,6 @@
MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
%include _activex_rename.i
//---------------------------------------------------------------------------