Index: /trunk/FACT++/src/MessageImp.cc
===================================================================
--- /trunk/FACT++/src/MessageImp.cc	(revision 10507)
+++ /trunk/FACT++/src/MessageImp.cc	(revision 10508)
@@ -147,4 +147,5 @@
 //!    Format string according to which the text is formatted
 //
+/*
 int MessageImp::Update(int severity, const char *fmt, ...)
 {
@@ -155,2 +156,3 @@
     return Update(str, severity);
 }
+*/
Index: /trunk/FACT++/src/MessageImp.h
===================================================================
--- /trunk/FACT++/src/MessageImp.h	(revision 10507)
+++ /trunk/FACT++/src/MessageImp.h	(revision 10508)
@@ -35,5 +35,5 @@
     int Update(const char *txt, int qos=kInfo) { return Update(std::string(txt), qos); }
     int Update(const std::stringstream &str, int qos=kInfo) { return Update(str.str(), qos); }
-    int Update(int qos, const char *fmt, ...);
+//    int Update(int qos, const char *fmt, ...);
 
     int Debug(const std::string &str)    { return Update(str, kDebug);   }
