Sfoglia il codice sorgente

Removed some obsolete code from indexer

Marco Nolden 13 anni fa
parent
commit
6ca3f14a3d
1 ha cambiato i file con 0 aggiunte e 12 eliminazioni
  1. 0 12
      Libs/DICOM/Core/ctkDICOMIndexer.cpp

+ 0 - 12
Libs/DICOM/Core/ctkDICOMIndexer.cpp

@@ -73,18 +73,6 @@ public:
 ctkDICOMIndexerPrivate::ctkDICOMIndexerPrivate()
 {
     this->thumbnailGenerator = NULL;
-
-    /*
-     * moved to database
-     *
-     * 
-    this->lastPatientID = "";
-    this->lastPatientsName = "";
-    this->lastPatientsBirthDate = "";
-    this->lastStudyInstanceUID = "";
-    this->lastSeriesInstanceUID = "";
-    this->lastPatientUID = -1;
-    */
 }
 
 //------------------------------------------------------------------------------