diff options
author | sr55 <[email protected]> | 2010-07-17 21:48:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-07-17 21:48:41 +0000 |
commit | 4cacc7fd60440725739f4560f14eadf40e335890 (patch) | |
tree | 00ae8169d08d09105ce1d32281e98a0e879cb009 /win/C#/frmSplashScreen.cs | |
parent | 3c92cad4fe545eb2159cbb576c57f8e3d1ee6bb5 (diff) |
WinGui:
- Remove the old school splash screen. Doesn't really serve a purpose now.
- Added Jobs Pending to the current Encode status string in the Main window task bar.
- Some minor refactoring.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3444 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmSplashScreen.cs')
-rw-r--r-- | win/C#/frmSplashScreen.cs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs deleted file mode 100644 index e9540e486..000000000 --- a/win/C#/frmSplashScreen.cs +++ /dev/null @@ -1,23 +0,0 @@ -/* frmSplashScreen.cs $
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
-
-namespace Handbrake
-{
- using System.Windows.Forms;
-
- /// <summary>
- /// The Splash Screen
- /// </summary>
- public partial class frmSplashScreen : Form
- {
- /// <summary>
- /// Initializes a new instance of the <see cref="frmSplashScreen"/> class.
- /// </summary>
- public frmSplashScreen()
- {
- InitializeComponent();
- }
- }
-}
\ No newline at end of file |