]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/notebook.cpp
concentrating content and structure region calculations
[wxWidgets.git] / src / univ / notebook.cpp
index 80763267edf1e1840e7df8b4f7138b16a5546eb5..68e2ec2e236bd2c0eb04a289d276e27b0cf849e3 100644 (file)
 // macros
 // ----------------------------------------------------------------------------
 
+#if 0
+// due to unsigned type nPage is always >= 0
 #define IS_VALID_PAGE(nPage) (((nPage) >= 0) && ((size_t(nPage)) < GetPageCount()))
+#else
+#define IS_VALID_PAGE(nPage) ((size_t(nPage)) < GetPageCount())
+#endif
 
 // ----------------------------------------------------------------------------
 // constants