Changes needed to accomodate wxTheClipboard now being a macro for wxClipboard::Get

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-21 22:37:35 +00:00
parent 71132988f8
commit fe5e444a73
5 changed files with 34 additions and 7 deletions

View File

@@ -825,7 +825,6 @@ void wxPy_ReinitStockObjects(int pass)
REINITOBJ(wxTheColourDatabase, wxColourDatabase);
REINITOBJ(wxTheClipboard, wxClipboard);
REINITOBJ2(wxDefaultValidator, wxValidator);
REINITOBJ2(wxNullImage, wxImage);
REINITOBJ2(wxNullAcceleratorTable, wxAcceleratorTable);