diff options
Diffstat (limited to 'win/C#/frmAbout.cs')
-rw-r--r-- | win/C#/frmAbout.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/win/C#/frmAbout.cs b/win/C#/frmAbout.cs index 1657cad0c..efc503b80 100644 --- a/win/C#/frmAbout.cs +++ b/win/C#/frmAbout.cs @@ -5,13 +5,7 @@ It may be used under the terms of the GNU General Public License. */
using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
using System.Windows.Forms;
-using System.Diagnostics;
namespace Handbrake
{
@@ -28,10 +22,5 @@ namespace Handbrake {
this.Close();
}
-
- private void label_credits_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
- {
- Process.Start("http://handbrake.frtrac/wiki/x264Options");
- }
}
}
\ No newline at end of file |