]> Creatis software - gdcm.git/blobdiff - src/gdcmSQItem.h
Should suppress some warnings from Borland compiler
[gdcm.git] / src / gdcmSQItem.h
index a6f8b75fc57a7b9420923a205aeed96e032935f4..ef24fa2843dddaa1fbda237288f32dd078b7e986 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSQItem.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/04 14:49:01 $
-  Version:   $Revision: 1.40 $
+  Date:      $Date: 2005/02/07 08:48:18 $
+  Version:   $Revision: 1.41 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -55,9 +55,6 @@ public:
    DocEntry *GetFirstEntry();
    DocEntry *GetNextEntry();
 
-   ValEntry *GetFirstValEntry();
-   ValEntry *GetNextValEntry();
-
    DocEntry *GetDocEntry(uint16_t group, uint16_t elem);
 
    bool IsEmpty() { return DocEntries.empty(); };