From 91233253ecd632b931852872112a6e28227af08a Mon Sep 17 00:00:00 2001 From: Michael Bedward Date: Wed, 6 Oct 1999 05:45:05 +0000 Subject: [PATCH] ifdef'd out wxEmptyString. This is defined in string.cpp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/data.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/motif/data.cpp b/src/motif/data.cpp index da2257c739..e4e3453aa6 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -122,7 +122,9 @@ const char *wxButtonBarNameStr = "buttonbar"; const char *wxEnhDialogNameStr = "Shell"; const char *wxToolBarNameStr = "toolbar"; const char *wxStatusLineNameStr = "status_line"; +#if 0 // this is defined in string.cpp const char *wxEmptyString = ""; +#endif const char *wxGetTextFromUserPromptStr = "Input Text"; const char *wxMessageBoxCaptionStr = "Message"; const char *wxFileSelectorPromptStr = "Select a file"; -- 2.45.2