]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/data.cpp
reverted wxMGL-specific code (didn't mean to commit this...)
[wxWidgets.git] / src / motif / data.cpp
index 543d3178067c1d7f2a21a728eadbc6be3144547e..0387862c7b1f7ee5ec6204ceefc246a85ce37230 100644 (file)
@@ -18,9 +18,6 @@
 
 #define _MAXPATHLEN 500
 
-// Useful buffer, initialized in CommonInit
-char *wxBuffer = NULL;
-
 // Windows List
 wxWindowList wxTopLevelWindows;
 
@@ -87,7 +84,6 @@ wxBrush  wxNullBrush;
 wxPalette wxNullPalette;
 wxFont   wxNullFont;
 wxColour wxNullColour;
-wxNativeFontInfo wxNullNativeFontInfo;
 
 // Default window names
 const char *wxButtonNameStr = "button";