From ae81bb0743086f080804726849cb8e898031f5d0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 12 Jun 2018 00:40:41 -0700 Subject: [PATCH] Move unused code due to future dependencies --- MainWindow.xaml.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 01461a24..02026030 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -179,9 +179,6 @@ namespace DICUI return; } - // TODO: UNUSED - Dictionary templateValues = Utilities.ExtractOutputInformation(outputDirectory, outputFilename, selected.Item2, selected.Item3); - // Special cases switch (selected.Item2) { @@ -237,6 +234,9 @@ namespace DICUI break; } + // TODO: UNUSED + Dictionary templateValues = Utilities.ExtractOutputInformation(outputDirectory, outputFilename, selected.Item2, selected.Item3); + btn_Start.IsEnabled = true; }