summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs20
1 files changed, 0 insertions, 20 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs
index 0da603e05..70fda03cb 100644
--- a/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/QueueSelectionViewModel.cs
@@ -115,25 +115,6 @@ namespace HandBrakeWPF.ViewModels
}
/// <summary>
- /// Gets a value indicating whether is automatic track selection enabled.
- /// </summary>
- public bool IsAutomaticTrackSelectionEnabled
- {
- get
- {
- // TODO decide what is the minimal requirement to hide the warning message.
- //if (this.UserSettingService.GetUserSetting<string>(UserSettingConstants.NativeLanguage) != Constants.Any ||
- // this.UserSettingService.GetUserSetting<string>(UserSettingConstants.NativeLanguageForSubtitles) !=
- // Constants.Any)
- //{
- // return true;
- //}
-
- return false;
- }
- }
-
- /// <summary>
/// The order by title.
/// </summary>
public void OrderByTitle()
@@ -234,7 +215,6 @@ namespace HandBrakeWPF.ViewModels
}
this.NotifyOfPropertyChange(() => this.IsAutoNamingEnabled);
- this.NotifyOfPropertyChange(() => this.IsAutomaticTrackSelectionEnabled);
}
}
}