move variable definitions to more appropriate places, remove now-empty src/common/datacmn.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2011-01-05 18:27:58 +00:00
parent 07e99d8782
commit f313deaa38
34 changed files with 73 additions and 244 deletions

View File

@@ -87,6 +87,8 @@ WXDLLIMPEXP_DATA_CORE(wxWindowList) wxTopLevelWindows;
wxMenu *wxCurrentPopupMenu = NULL;
#endif // wxUSE_MENUS
extern WXDLLEXPORT_DATA(const char) wxPanelNameStr[] = "panel";
// ----------------------------------------------------------------------------
// static data
// ----------------------------------------------------------------------------