X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1044a386f0521b9b805b142547783acb96d1a406..d54598dd855e64cf2086b73cb3b8e3b99c513bbc:/src/motif/data.cpp diff --git a/src/motif/data.cpp b/src/motif/data.cpp index da2257c739..51f3690ee5 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -27,12 +27,6 @@ wxWindowList wxTopLevelWindows; // List of windows pending deletion wxList wxPendingDelete; -#if wxUSE_THREADS -// List of events pending propagation -wxList *wxPendingEvents = NULL; -wxCriticalSection *wxPendingEventsLocker = NULL; -#endif - int wxPageNumber; // GDI Object Lists @@ -122,7 +116,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";