summaryrefslogtreecommitdiffstats
path: root/win/C#/frmOptions.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-03-07 12:53:48 +0000
committersr55 <[email protected]>2009-03-07 12:53:48 +0000
commit6748576ffc395f6c5d4bee4afd597b6b8dc44be4 (patch)
treef9399d8ee7d8b1063c3ed7c3ba2ba8c5b3160f10 /win/C#/frmOptions.cs
parent984a832a50fe4ec38140e5f5a8cbdaab670b09c4 (diff)
WinGui:
- Remove old decomb option from the Options windows - Added patch by ExDeus which allows multi-select on the queue window, and re-adding of the currently running job. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2239 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.cs')
-rw-r--r--win/C#/frmOptions.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/win/C#/frmOptions.cs b/win/C#/frmOptions.cs
index d6ee3a3ef..3f781758e 100644
--- a/win/C#/frmOptions.cs
+++ b/win/C#/frmOptions.cs
@@ -56,9 +56,6 @@ namespace Handbrake
// Picture Tab
// #############################
- // Store decomb value string
- txt_decomb.Text = Properties.Settings.Default.decomb;
-
// VLC Path
txt_vlcPath.Text = Properties.Settings.Default.VLC_Path;
@@ -166,11 +163,6 @@ namespace Handbrake
#endregion
#region Picture
- private void txt_decomb_TextChanged(object sender, EventArgs e)
- {
- Properties.Settings.Default.decomb = txt_decomb.Text;
- }
-
private void btn_vlcPath_Click(object sender, EventArgs e)
{
openFile_vlc.ShowDialog();