]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
ignore clicks on a toolbar but outside any button
[wxWidgets.git] / src / gtk / app.cpp
index b25fce3b1ccc1364019e8e110bbccc1532d804e8..65710bb24dccd17b3d952cbcc99b9e22ab6e898b 100644 (file)
@@ -564,8 +564,6 @@ void wxApp::DeletePendingObjects()
 
 bool wxApp::Initialize()
 {
-    wxBuffer = new wxChar[BUFSIZ + 512];
-
     wxClassInfo::InitializeClasses();
 
 #if wxUSE_INTL
@@ -613,9 +611,6 @@ void wxApp::CleanUp()
     delete wxTheApp;
     wxTheApp = (wxApp*) NULL;
 
-    delete[] wxBuffer;
-    wxBuffer = NULL;
-
     wxClassInfo::CleanUpClasses();
 
 #if wxUSE_THREADS