summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions/PresetLoader.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-06-17 17:36:50 +0000
committersr55 <[email protected]>2009-06-17 17:36:50 +0000
commit00899ad149c18c8d3e7a61886b95c188be0cbe53 (patch)
tree0abcb48742f58fc80218dedbd155f3b80f1367d0 /win/C#/Functions/PresetLoader.cs
parent90aab35000355977c81862ddaaba54ce5335f02c (diff)
WinGui:
- Fixed a bug in QueryGenerator.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2555 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/PresetLoader.cs')
-rw-r--r--win/C#/Functions/PresetLoader.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/win/C#/Functions/PresetLoader.cs b/win/C#/Functions/PresetLoader.cs
index f6ea60e57..6428097b1 100644
--- a/win/C#/Functions/PresetLoader.cs
+++ b/win/C#/Functions/PresetLoader.cs
@@ -248,18 +248,6 @@ namespace Handbrake.Functions
newTrack.SubItems.Add(track.DRC);
mainWindow.audioPanel.addTrackForPreset(newTrack);
}
-
- /*/ Subtitle Stuff
- mainWindow.drp_subtitle.Text = presetQuery.Subtitles;
-
- if (presetQuery.ForcedSubtitles)
- {
- mainWindow.check_forced.CheckState = CheckState.Checked;
- mainWindow.check_forced.Enabled = true;
- }
- else
- mainWindow.check_forced.CheckState = CheckState.Unchecked;*/
-
#endregion
#region Other