Просмотр исходного кода

Removed some obsolete code from indexer

Marco Nolden лет назад: 13
Родитель
Сommit
6ca3f14a3d
1 измененных файлов с 0 добавлено и 12 удалено
  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;
-    */
 }
 
 //------------------------------------------------------------------------------