X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1044a386f0521b9b805b142547783acb96d1a406..738f9e5a12b8bb3936cc10347be98390602d3660:/src/motif/data.cpp?ds=sidebyside 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";