diff options
author | sr55 <[email protected]> | 2011-05-29 17:29:57 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-05-29 17:29:57 +0000 |
commit | e6f26f89f2d084a2adb40e4c41e46de5c7e5d2c5 (patch) | |
tree | 4a35b75dc8874a06d2f27806b5119364df58d3e1 /win/CS/HandBrake.ApplicationServices/Functions/PlistHelper.cs | |
parent | 6521211f3657d5f4dc424ec871d2e0458bb6b287 (diff) |
WinGui: Some additional work on the libhb encode service to move it closer to a working service.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4010 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Functions/PlistHelper.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Functions/PlistHelper.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Functions/PlistHelper.cs b/win/CS/HandBrake.ApplicationServices/Functions/PlistHelper.cs index fab40a27c..8ce092dad 100644 --- a/win/CS/HandBrake.ApplicationServices/Functions/PlistHelper.cs +++ b/win/CS/HandBrake.ApplicationServices/Functions/PlistHelper.cs @@ -3,7 +3,6 @@ Homepage: <http://handbrake.fr>.
It may be used under the terms of the GNU General Public License. */
-
namespace HandBrake.ApplicationServices.Functions
{
using System;
|