Mercurial > hg > orthanc
changeset 2008:dc82c754dcaa
removal of unused function
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 09 Jun 2016 15:51:46 +0200 |
parents | 655489d9165d |
children | e2dd40abce72 |
files | Core/DicomFormat/DicomMap.cpp Core/DicomFormat/DicomMap.h |
diffstat | 2 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.cpp Thu Jun 09 15:46:33 2016 +0200 +++ b/Core/DicomFormat/DicomMap.cpp Thu Jun 09 15:51:46 2016 +0200 @@ -35,7 +35,6 @@ #include <stdio.h> #include <memory> -#include "DicomArray.h" #include "../Endianness.h" #include "../OrthancException.h" @@ -463,13 +462,6 @@ } - void DicomMap::Print(FILE* fp) const - { - DicomArray a(*this); - a.Print(fp); - } - - void DicomMap::GetTags(std::set<DicomTag>& tags) const { tags.clear();
--- a/Core/DicomFormat/DicomMap.h Thu Jun 09 15:46:33 2016 +0200 +++ b/Core/DicomFormat/DicomMap.h Thu Jun 09 15:51:46 2016 +0200 @@ -171,8 +171,6 @@ static void GetMainDicomTags(std::set<DicomTag>& result); - void Print(FILE* fp) const; - void GetTags(std::set<DicomTag>& tags) const; static void LoadMainDicomTags(const DicomTag*& tags,