X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Funits.h;fp=source%2Ftime%2Funits.h;h=ec06c11523633d03cafc4d71d502aa09357f9e4a;hp=fb3be369d5fa602931db69dde5828e62dc0ab83f;hb=132c0c3cc3fd743943f8b076a122bb052aaf9635;hpb=ea901644ac2d36256d1f38c7a3adaaee787fe1b9 diff --git a/source/time/units.h b/source/time/units.h index fb3be36..ec06c11 100644 --- a/source/time/units.h +++ b/source/time/units.h @@ -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