Removed redundant wx<Control>NameStr declarations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2003-05-12 19:52:43 +00:00
parent 22a746d726
commit 0cc1d4ff2a
16 changed files with 2 additions and 69 deletions

View File

@@ -16,8 +16,6 @@
#pragma interface "statbox.h"
#endif
WXDLLEXPORT_DATA(extern const char*) wxStaticBoxNameStr;
// Group box
class WXDLLEXPORT wxStaticBox: public wxStaticBoxBase
{