X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a246f95e96183bc81bf5be5e1927d9bb53094f55..cd72551c2b6cbf67a4a5caf0ba00ba64e41183b2:/src/mgl/data.cpp diff --git a/src/mgl/data.cpp b/src/mgl/data.cpp index 6a99ec80ee..931b04062e 100644 --- a/src/mgl/data.cpp +++ b/src/mgl/data.cpp @@ -32,9 +32,6 @@ #define _MAXPATHLEN 500 -/* Useful buffer, initialized in wxCommonInit */ -wxChar *wxBuffer = (wxChar *) NULL; - /* Windows List */ wxWindowList wxTopLevelWindows; @@ -167,8 +164,6 @@ const wxChar *wxGetTextFromUserPromptStr = wxT("Input Text"); const wxChar *wxMessageBoxCaptionStr = wxT("Message"); const wxChar *wxFileSelectorPromptStr = wxT("Select a file"); const wxChar *wxFileSelectorDefaultWildcardStr = wxT("*"); -const wxChar *wxInternalErrorStr = wxT("wxWindows Internal Error"); -const wxChar *wxFatalErrorStr = wxT("wxWindows Fatal Error"); const wxChar *wxDirDialogNameStr = wxT("wxDirCtrl"); const wxChar *wxDirDialogDefaultFolderStr = wxT("/"); const wxChar *wxTreeCtrlNameStr = wxT("wxTreeCtrl");