summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Utilities
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-09-25 16:40:26 +0000
committersr55 <[email protected]>2011-09-25 16:40:26 +0000
commit3a34f16a25e45e87e27cc107fd489eef1abc73f7 (patch)
tree8be7ce43aefe75ee8814bbca8f9cc064c2d777e6 /win/CS/HandBrake.ApplicationServices/Utilities
parentea437273cecf5bddcc7b8913bb4e8eef6b60d53b (diff)
WinGui: Added implementation of IWindsorInstaller to the AppServices library and updated the installers to use wildcards instead of hard coded files.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4251 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Utilities')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs b/win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs
index c6ffc4194..645a64cb6 100644
--- a/win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs
+++ b/win/CS/HandBrake.ApplicationServices/Utilities/PlistUtility.cs
@@ -28,12 +28,6 @@ namespace HandBrake.ApplicationServices.Utilities
/// </summary>
private static IUserSettingService userSettingService = ServiceManager.UserSettingService;
- /**
- * TODO:
- * - Update with the new vfr,pfr,cfr keys
- * - Clean up this code, it's pretty nasty right now.
- **/
-
#region Import
public static EncodeTask Import(string filename)