]> git.saurik.com Git - wxWidgets.git/commitdiff
getting rid of wxBuffer
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 29 Jan 2003 15:04:37 +0000 (15:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 29 Jan 2003 15:04:37 +0000 (15:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/data.cpp
src/mac/data.cpp

index a4bf881e6648be22d41fba91f46284ae2e70cd8b..a7c808bef1039ac4e222faa7670b25cf41b9aa82 100644 (file)
@@ -21,9 +21,6 @@
 
 #define _MAXPATHLEN 500
 
-// Useful buffer, initialized in CommonInit
-char *wxBuffer = NULL;
-
 // Windows List
 wxWindowList wxTopLevelWindows;
 
index a4bf881e6648be22d41fba91f46284ae2e70cd8b..a7c808bef1039ac4e222faa7670b25cf41b9aa82 100644 (file)
@@ -21,9 +21,6 @@
 
 #define _MAXPATHLEN 500
 
-// Useful buffer, initialized in CommonInit
-char *wxBuffer = NULL;
-
 // Windows List
 wxWindowList wxTopLevelWindows;