From 7e30c376744239d22856895406c94a08c24c007a Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 12 Apr 2012 20:57:04 +0000 Subject: WinGui: Remove deprecated variable to avoid confusion. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4598 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/PresetService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices/Services/PresetService.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs b/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs index ea2794fe7..f22f84596 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs @@ -151,7 +151,6 @@ namespace HandBrake.ApplicationServices.Services { preset.Query = update.Query; preset.Task = update.Task; - preset.AudioPassthruSettings = update.AudioPassthruSettings; preset.CropSettings = update.CropSettings; preset.UsePictureFilters = update.UsePictureFilters; @@ -316,7 +315,7 @@ namespace HandBrake.ApplicationServices.Services Task = QueryParserUtility.Parse(presetName[2]) }; - newPreset.AudioPassthruSettings = new AllowedPassthru(false); // We don't want to override the built-in preset + newPreset.Task.AllowedPassthruOptions = new AllowedPassthru(false); // We don't want to override the built-in preset if (newPreset.Name == "Normal") { -- cgit v1.2.3