Index: /trunk/FACT++/src/datalogger.cc
===================================================================
--- /trunk/FACT++/src/datalogger.cc	(revision 18344)
+++ /trunk/FACT++/src/datalogger.cc	(revision 18345)
@@ -336,5 +336,5 @@
     bool OpenStream(shared_ptr<ofstream> stream, const string &filename);
     ///Open the relevant text files related to a particular run
-    int OpenRunFile(RunNumberType& run);
+//    int OpenRunFile(RunNumberType& run);
     ///add a new run number
     void AddNewRunNumber(int64_t newRun, Time time);
@@ -345,7 +345,7 @@
     off_t GetFileSize(const string&);
     ///Get the digits of year, month and day for filenames and paths
-    void GetYearMonthDayForFiles(unsigned short& year, unsigned short& month, unsigned short& day);
+//    void GetYearMonthDayForFiles(unsigned short& year, unsigned short& month, unsigned short& day);
     ///Appends the relevant year month day to a given path
-    void AppendYearMonthDaytoPath(string& path);
+//    void AppendYearMonthDaytoPath(string& path);
     ///Form the files path
     string CompileFileNameWithPath(const string &path, const string &service, const string & extension);
