summaryrefslogtreecommitdiffstats
path: root/win/C#/frmOptions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmOptions.cs')
-rw-r--r--win/C#/frmOptions.cs12
1 files changed, 1 insertions, 11 deletions
diff --git a/win/C#/frmOptions.cs b/win/C#/frmOptions.cs
index 7d12e1d97..42e5b045e 100644
--- a/win/C#/frmOptions.cs
+++ b/win/C#/frmOptions.cs
@@ -34,11 +34,6 @@ namespace Handbrake
check_verbose.CheckState = CheckState.Checked;
}
- if (Properties.Settings.Default.GuiDebug == "Checked")
- {
- check_guiDebug.CheckState = CheckState.Checked;
- }
-
if (Properties.Settings.Default.tooltipEnable == "Checked")
{
check_tooltip.CheckState = CheckState.Checked;
@@ -92,11 +87,6 @@ namespace Handbrake
this.Close();
}
- private void check_guiDebug_CheckedChanged(object sender, EventArgs e)
- {
- Properties.Settings.Default.GuiDebug = check_guiDebug.CheckState.ToString();
- }
-
private void check_tooltip_CheckedChanged(object sender, EventArgs e)
{
Properties.Settings.Default.tooltipEnable = check_tooltip.CheckState.ToString();
@@ -136,7 +126,7 @@ namespace Handbrake
-
+
}
} \ No newline at end of file