From 531e005098173efa3b9aa41415ed8b1b7bb430f1 Mon Sep 17 00:00:00 2001 From: Fauze Polpeta Date: Wed, 28 Mar 2018 19:17:53 -0300 Subject: [PATCH] [HOR-26] Removed unused variable --- Horos/Info.plist | 2 +- Horos/Sources/BurnerWindowController.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Horos/Info.plist b/Horos/Info.plist index 201395cbbd..b9f2586549 100644 --- a/Horos/Info.plist +++ b/Horos/Info.plist @@ -238,7 +238,7 @@ CFBundleVersion - 20180324 + 20180327 GitHash GitState diff --git a/Horos/Sources/BurnerWindowController.m b/Horos/Sources/BurnerWindowController.m index f231dbfc2d..6de326e07c 100644 --- a/Horos/Sources/BurnerWindowController.m +++ b/Horos/Sources/BurnerWindowController.m @@ -934,7 +934,7 @@ - (void) prepareCDContent: (NSMutableArray*) dbObjects :(NSMutableArray*) origin NSString *file; NSString *burnFolder = [self folderToBurn]; - NSString *dicomdirPath = [NSString stringWithFormat:@"%@/DICOMDIR",burnFolder]; + //NSString *dicomdirPath = [NSString stringWithFormat:@"%@/DICOMDIR",burnFolder]; NSString *subFolder = [NSString stringWithFormat:@"%@/DICOM",burnFolder]; NSFileManager *manager = [NSFileManager defaultManager]; int i = 0;