]> git.saurik.com Git - wxWidgets.git/commitdiff
ifdef'd out wxEmptyString. This is defined in string.cpp.
authorMichael Bedward <mbedward@ozemail.com.au>
Wed, 6 Oct 1999 05:45:05 +0000 (05:45 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Wed, 6 Oct 1999 05:45:05 +0000 (05:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/data.cpp

index da2257c7391d6f075fe1d8f2f6d8ffd0bf4d9db3..e4e3453aa65a0c1b8373bb7182f077a14daa6c94 100644 (file)
@@ -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";