Skip to content

Commit

Permalink
[HOR-26] Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fvpolpeta committed Mar 28, 2018
1 parent 14fbf5a commit 531e005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Horos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>20180324</string>
<string>20180327</string>
<key>GitHash</key>
<string></string>
<key>GitState</key>
Expand Down
2 changes: 1 addition & 1 deletion Horos/Sources/BurnerWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 531e005

Please sign in to comment.