]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timedelta.h
Clean up after the timedelta.h/units.h merge
[libs/core.git] / source / time / timedelta.h
index 9be491ecbc762bf02046628274d0e6bb91ba445d..c73529b0e3f8a9c7ea60bdcc215ce105050643fc 100644 (file)
@@ -21,8 +21,7 @@ public:
        TimeDelta(): usec(0) { }
 
        /** Constructs a TimeDelta from a plain number.  The purpose of this is to
        TimeDelta(): usec(0) { }
 
        /** Constructs a TimeDelta from a plain number.  The purpose of this is to
-       allow serialization together with the raw() function.  For creating
-       TimeDeltas with a specific length, see units.h. */
+       allow serialization together with the raw() function. */
        explicit TimeDelta(RawTime u): usec(u) { }
 
        /** Returns the raw number stored inside the TimeDelta.  This should only be used
        explicit TimeDelta(RawTime u): usec(u) { }
 
        /** Returns the raw number stored inside the TimeDelta.  This should only be used