]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datetime.cpp
Ensure that size in the major direction of box sizer doesn't exceed the total.
[wxWidgets.git] / src / common / datetime.cpp
index 3f036e61da28be80f9e2164701ad362ecfb2d5ee..e9f1935bb37971e06c6b0b95bf4acb6235bee1cf 100644 (file)
@@ -281,8 +281,6 @@ static const int SEC_PER_MIN = 60;
 
 static const int MIN_PER_HOUR = 60;
 
-static const int HOURS_PER_DAY = 24;
-
 static const long SECONDS_PER_DAY = 86400l;
 
 static const int DAYS_PER_WEEK = 7;