]> Creatis software - gdcm.git/blobdiff - src/gdcmCommon.h
COMP: Fix compilation for VS6
[gdcm.git] / src / gdcmCommon.h
index f07cbcfafc0707d183325633005812e2f62e9a99..c66ad0d5a8ca90bd065ea0f8129ce8e314dfe1a6 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmCommon.h,v $
   Language:  C++
-  Date:      $Date: 2005/08/19 16:31:07 $
-  Version:   $Revision: 1.84 $
+  Date:      $Date: 2005/08/22 15:38:05 $
+  Version:   $Revision: 1.85 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -209,13 +209,6 @@ struct Element
    std::string Value;
 };
 
-// Provide a simple static GetVersion() function
-
-static const char *GetVersion()
-{
-  return GDCM_VERSION;
-}
-
 } //namespace gdcm
 //-----------------------------------------------------------------------------
 #endif