浏览代码

Removed some obsolete code from indexer

Marco Nolden 13 年之前
父节点
当前提交
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()
 ctkDICOMIndexerPrivate::ctkDICOMIndexerPrivate()
 {
 {
     this->thumbnailGenerator = NULL;
     this->thumbnailGenerator = NULL;
-
-    /*
-     * moved to database
-     *
-     * 
-    this->lastPatientID = "";
-    this->lastPatientsName = "";
-    this->lastPatientsBirthDate = "";
-    this->lastStudyInstanceUID = "";
-    this->lastSeriesInstanceUID = "";
-    this->lastPatientUID = -1;
-    */
 }
 }
 
 
 //------------------------------------------------------------------------------
 //------------------------------------------------------------------------------