]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.cxx
According to Mathieu's suggestion, Print now display FL BinEntries in a human
[gdcm.git] / src / gdcmUtil.cxx
index 95e9a07781b0aaed6c26de3cd6b48f12eec5a8e0..bf200b0d212847dceaf3fdba5c7851194af7e85e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/08/22 15:38:05 $
-  Version:   $Revision: 1.158 $
+  Date:      $Date: 2005/08/22 16:17:54 $
+  Version:   $Revision: 1.159 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -331,14 +331,6 @@ std::string Util::GetCurrentDateTime()
    return tmpAll;
 }
 
-/* 
- * \brief Provide a simple static GetVersion() function
- */
-std::string Util::GetVersion()
-{
-  return GDCM_VERSION;
-}
-
 unsigned int Util::GetCurrentThreadID()
 {
 // FIXME the implementation is far from complete