]> Creatis software - gdcm.git/commitdiff
ENH: Remove function instead of putting stoopid comment
authormalaterre <malaterre>
Fri, 24 Sep 2004 01:14:31 +0000 (01:14 +0000)
committermalaterre <malaterre>
Fri, 24 Sep 2004 01:14:31 +0000 (01:14 +0000)
src/gdcmDocument.h

index 8d6b055cd51ae63e8bde3d3849379f26946a0fb5..abbeee4c77ace14dde3ab0971cac4fc7593b4a4d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/23 20:14:07 $
-  Version:   $Revision: 1.42 $
+  Date:      $Date: 2004/09/24 01:14:31 $
+  Version:   $Revision: 1.43 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -194,7 +194,7 @@ public:
    gdcmDocEntry* GetDocEntryByName  (std::string const & tagName);
 
    gdcmValEntry* GetValEntryByNumber(uint16_t group, uint16_t element); 
-   gdcmBinEntry* GetBinEntryByNumber(uint16_t group, uint16_t element) { /*what the hell!*/ }
+   //gdcmBinEntry* GetBinEntryByNumber(uint16_t group, uint16_t element)
 
    void LoadDocEntrySafe(gdcmDocEntry* entry);
    TagDocEntryHT* BuildFlatHashTable();