diff options
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index e3725bff7..cd657a8a3 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -718,16 +718,6 @@ - (void)showNewScan { - if (self.jobFromQueue) - { - // we are a rescan of an existing queue item and need to apply the queued settings to the scan - [HBUtilities writeToActivityLog: "showNewScan: This is a queued item rescan"]; - } - else - { - [HBUtilities writeToActivityLog: "showNewScan: This is a new source item scan"]; - } - for (HBTitle *title in self.core.titles) { // Set Source Name at top of window with the browsedSourceDisplayName grokked right before -performScan @@ -761,7 +751,6 @@ if (self.jobFromQueue) { [fPresetsView deselect]; - self.jobFromQueue = nil; } } |