]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/data.cpp
Various changes to make pop up menus work
[wxWidgets.git] / src / motif / data.cpp
index eb1c8e0713066ae5d82fedcb96ce7ae53fcc7f19..b094b7389edfb5593e0acc0536bdedb42f43a98d 100644 (file)
@@ -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");