]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
Removed 16-bit conditional compilation
[wxWidgets.git] / include / wx / gdicmn.h
index a823b7662575fdc3241d507ed93f49f9cd2ea45e..2df4124c47bdad9ab69194728bdb7af6568be4b8 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