From 94e785e1285939ee399ace13c2eddf5ed6cb3dd8 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Thu, 22 May 2003 20:36:33 +0000 Subject: [PATCH] Remove duplicate wxEmptyString declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/textctrl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/motif/textctrl.h b/include/wx/motif/textctrl.h index 4aeec5e504..7e6a733fa3 100644 --- a/include/wx/motif/textctrl.h +++ b/include/wx/motif/textctrl.h @@ -16,8 +16,6 @@ #pragma interface "textctrl.h" #endif -WXDLLEXPORT_DATA(extern const char*) wxEmptyString; - // Single-line text item class WXDLLEXPORT wxTextCtrl : public wxTextCtrlBase { -- 2.45.2