X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c83cdc9205a794ff86be710bd8ab65951990a67..ee3510132b8b4160f848bd4f502a6f5315f90dbc:/src/motif/data.cpp diff --git a/src/motif/data.cpp b/src/motif/data.cpp index eb1c8e0713..b094b7389e 100644 --- a/src/motif/data.cpp +++ b/src/motif/data.cpp @@ -18,9 +18,6 @@ #define _MAXPATHLEN 500 -// Useful buffer, initialized in CommonInit -char *wxBuffer = NULL; - // Windows List wxWindowList wxTopLevelWindows; @@ -123,8 +120,6 @@ const char *wxGetTextFromUserPromptStr = "Input Text"; const char *wxMessageBoxCaptionStr = "Message"; const char *wxFileSelectorPromptStr = "Select a file"; const char *wxFileSelectorDefaultWildcardStr = "*.*"; -const char *wxInternalErrorStr = "wxWindows Internal Error"; -const char *wxFatalErrorStr = "wxWindows Fatal Error"; const char *wxDirDialogNameStr = "wxDirCtrl"; const char *wxDirDialogDefaultFolderStr = "/"; const wxChar *wxTreeCtrlNameStr = wxT("wxTreeCtrl");