X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/295272bdcd784fbe2b33883d00cff0f5c0ca5341..8b3fddc49326c0b6019cd7082218726aa17a5727:/src/motif/app.cpp diff --git a/src/motif/app.cpp b/src/motif/app.cpp index 8b019fdf6e..9a09d850b4 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -60,7 +60,6 @@ #include -extern char *wxBuffer; extern wxList wxPendingDelete; wxApp *wxTheApp = NULL; @@ -89,8 +88,6 @@ long wxApp::sm_lastMessageTime = 0; bool wxApp::Initialize() { - wxBuffer = new char[BUFSIZ + 512]; - wxClassInfo::InitializeClasses(); // GL: I'm annoyed ... I don't know where to put this and I don't want to @@ -158,9 +155,6 @@ void wxApp::CleanUp() wxBitmap::CleanUpHandlers(); - delete[] wxBuffer; - wxBuffer = NULL; - wxClassInfo::CleanUpClasses(); delete wxTheApp;