diff options
author | sr55 <[email protected]> | 2009-06-12 14:19:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-12 14:19:19 +0000 |
commit | e9bbd49dc361b3e40300553f501e20877f637792 (patch) | |
tree | 591e00d78d3d7ed1fde05b4b4795324ffde6dd0c /win/C#/Functions/PresetLoader.cs | |
parent | ff7639bdf5ae1cd3977ca16f0a0892d58f554f7a (diff) |
WinGui:
- Move all DllImports into win32.cs
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2523 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/PresetLoader.cs')
-rw-r--r-- | win/C#/Functions/PresetLoader.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/Functions/PresetLoader.cs b/win/C#/Functions/PresetLoader.cs index 7d5e479c1..44f9016ee 100644 --- a/win/C#/Functions/PresetLoader.cs +++ b/win/C#/Functions/PresetLoader.cs @@ -100,7 +100,6 @@ namespace Handbrake.Functions mainWindow.pictureSettings.txt_parHeight.Text = presetQuery.pixelAspectHeight.ToString();
mainWindow.pictureSettings.drop_modulus.SelectedItem = presetQuery.AnamorphicModulus;
-
// Reset maxWidth and MaxHeight to 0
mainWindow.pictureSettings.maxWidth = 0;
mainWindow.pictureSettings.maxHeight = 0;
|