]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
fix monodll build
[wxWidgets.git] / include / wx / gdicmn.h
index a823b7662575fdc3241d507ed93f49f9cd2ea45e..e8c1c9e18650c1cd1e659dacf22063804fe897d3 100644 (file)
@@ -199,9 +199,7 @@ enum wxStockCursor
 class WXDLLEXPORT wxSize
 {
 public:
-    // members are public for compatibility (don't use them directly,
-    // especially that there names were chosen very unfortunately - they should
-    // have been called width and height)
+    // members are public for compatibility, don't use them directly.
     int x, y;
 
     // constructors
@@ -403,8 +401,6 @@ public:
     wxBrush *FindOrCreateBrush(const wxColour& colour, int style);
 };
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
-
 class WXDLLEXPORT wxFontList : public wxList
 {
     DECLARE_DYNAMIC_CLASS(wxFontList)