mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Move unused code due to future dependencies
This commit is contained in:
@@ -179,9 +179,6 @@ namespace DICUI
|
||||
return;
|
||||
}
|
||||
|
||||
// TODO: UNUSED
|
||||
Dictionary<string, string> templateValues = Utilities.ExtractOutputInformation(outputDirectory, outputFilename, selected.Item2, selected.Item3);
|
||||
|
||||
// Special cases
|
||||
switch (selected.Item2)
|
||||
{
|
||||
@@ -237,6 +234,9 @@ namespace DICUI
|
||||
break;
|
||||
}
|
||||
|
||||
// TODO: UNUSED
|
||||
Dictionary<string, string> templateValues = Utilities.ExtractOutputInformation(outputDirectory, outputFilename, selected.Item2, selected.Item3);
|
||||
|
||||
btn_Start.IsEnabled = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user