X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmCommon.h;h=c66ad0d5a8ca90bd065ea0f8129ce8e314dfe1a6;hb=cd6b936f711fcbc70918e6b623b4b7b2f65dc69c;hp=f07cbcfafc0707d183325633005812e2f62e9a99;hpb=c094854320484d68477c1855e3fa619e33db7cec;p=gdcm.git diff --git a/src/gdcmCommon.h b/src/gdcmCommon.h index f07cbcfa..c66ad0d5 100644 --- a/src/gdcmCommon.h +++ b/src/gdcmCommon.h @@ -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