]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/datetime.h
Drop copyright and license notices from source files
[libs/core.git] / source / time / datetime.h
index 7c2a349a869a794ff1876ec3029343d38dc48963..b786798707ab4db60c61b06263499ff7080f1b9b 100644 (file)
@@ -1,16 +1,9 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_DATETIME_H_
 #define MSP_TIME_DATETIME_H_
 
 #include <string>
 #include "timezone.h"
-#include "types.h"
+#include "rawtime.h"
 
 namespace Msp {
 namespace Time {
@@ -82,7 +75,6 @@ public:
 private:
        void add_raw(RawTime);
        void normalize();
-       void validate() const;
 };
 
 } // namespace Time