Bläddra i källkod

Removed some obsolete code from indexer

Marco Nolden 13 år sedan
förälder
incheckning
6ca3f14a3d
1 ändrade filer med 0 tillägg och 12 borttagningar
  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;
-    */
 }
 
 //------------------------------------------------------------------------------