Explorar o código

Removed some obsolete code from indexer

Marco Nolden %!s(int64=13) %!d(string=hai) anos
pai
achega
6ca3f14a3d
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  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;
-    */
 }
 
 //------------------------------------------------------------------------------