Remove duplicate wxEmptyString declaration.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-05-22 20:36:33 +00:00
parent b9c102317d
commit 94e785e128

View File

@ -16,8 +16,6 @@
#pragma interface "textctrl.h"
#endif
WXDLLEXPORT_DATA(extern const char*) wxEmptyString;
// Single-line text item
class WXDLLEXPORT wxTextCtrl : public wxTextCtrlBase
{