X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmSplashScreen.cs;h=dca8bd2ff12c556eb5b17a023ac81717900c90b8;hb=eae965783968cf5c2571ad29e0ab8b429ea6cd77;hp=f86122ce9caba69c2cafd681617233c462938b63;hpb=f4f5b3f6b84c6775a88481f554d5ab84c43062c2;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs index f86122ce..dca8bd2f 100644 --- a/win/C#/frmSplashScreen.cs +++ b/win/C#/frmSplashScreen.cs @@ -1,11 +1,10 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Text; +/* frmSplashScreen.cs $ + + This file is part of the HandBrake source code. + Homepage: . + It may be used under the terms of the GNU General Public License. */ + using System.Windows.Forms; -using System.Threading; namespace Handbrake { @@ -14,8 +13,6 @@ namespace Handbrake public frmSplashScreen() { InitializeComponent(); - //lbl_cli.Text = Properties.Settings.Default.CliVersion; - //lbl_gui.Text = Properties.Settings.Default.GuiVersion; } } } \ No newline at end of file