summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-11-04 23:02:19 +0000
committersr55 <[email protected]>2011-11-04 23:02:19 +0000
commit4ec40322ea7ac15f645a6a056da99b43d6d2ac12 (patch)
treee908d1461f876d1c2ef984b3b9a30f4a344d2f0f /win/CS/HandBrake.Interop/HandBrakeInterop
parented81068f87cbee3d68425e46178ec6dfae6b955e (diff)
WinGui: Several more culture issue fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4340 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/Title.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/Title.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/Title.cs
index be4f8a306..4a668d367 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/Title.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/Title.cs
@@ -11,9 +11,7 @@ namespace HandBrake.Interop.SourceData
{
using System;
using System.Collections.Generic;
- using System.Globalization;
- using HandBrake.Interop;
using HandBrake.Interop.Model;
/// <summary>
@@ -21,7 +19,6 @@ namespace HandBrake.Interop.SourceData
/// </summary>
public class Title
{
- private static readonly CultureInfo Culture = new CultureInfo("en-US", false);
private readonly List<AudioTrack> audioTracks;
private readonly List<Chapter> chapters;
private readonly List<Subtitle> subtitles;