]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/units.h
Move the time constants to timedelta.h
[libs/core.git] / source / time / units.h
index fb3be369d5fa602931db69dde5828e62dc0ab83f..ec06c11523633d03cafc4d71d502aa09357f9e4a 100644 (file)
@@ -3,19 +3,6 @@
 
 #include "timedelta.h"
 
-namespace Msp {
-namespace Time {
-
-extern const TimeDelta zero;
-extern const TimeDelta usec;
-extern const TimeDelta msec;
-extern const TimeDelta sec;
-extern const TimeDelta min;
-extern const TimeDelta hour;
-extern const TimeDelta day;
-extern const TimeDelta week;
-
-} // namespace Time
-} // namespace Msp
+// This header is deprecated
 
 #endif