From: Stefan Csomor Date: Wed, 29 Jan 2003 15:04:37 +0000 (+0000) Subject: getting rid of wxBuffer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4abac0c027a64bb7a40722979dd08cdd0bcea1f1 getting rid of wxBuffer git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/data.cpp b/src/mac/carbon/data.cpp index a4bf881e66..a7c808bef1 100644 --- a/src/mac/carbon/data.cpp +++ b/src/mac/carbon/data.cpp @@ -21,9 +21,6 @@ #define _MAXPATHLEN 500 -// Useful buffer, initialized in CommonInit -char *wxBuffer = NULL; - // Windows List wxWindowList wxTopLevelWindows; diff --git a/src/mac/data.cpp b/src/mac/data.cpp index a4bf881e66..a7c808bef1 100644 --- a/src/mac/data.cpp +++ b/src/mac/data.cpp @@ -21,9 +21,6 @@ #define _MAXPATHLEN 500 -// Useful buffer, initialized in CommonInit -char *wxBuffer = NULL; - // Windows List wxWindowList wxTopLevelWindows;