diff options
author | sr55 <[email protected]> | 2007-12-19 22:10:27 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-19 22:10:27 +0000 |
commit | 5757d7c7295572f8dd8f078dcceddf8728e075f3 (patch) | |
tree | 10cd21ca48ae8f148fbe12aa5be3f17c1e47ef3a /win/C#/Parsing/Title.cs | |
parent | 9edd509f7e84d131107f523219032f221a355e56 (diff) |
WinGui:
- Some code clean up + removal of old unused code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1137 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Parsing/Title.cs')
-rw-r--r-- | win/C#/Parsing/Title.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/Parsing/Title.cs b/win/C#/Parsing/Title.cs index 744e5b619..b1f02d9c6 100644 --- a/win/C#/Parsing/Title.cs +++ b/win/C#/Parsing/Title.cs @@ -1,6 +1,5 @@ using System;
using System.Collections.Generic;
-using System.Text;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
|