diff options
author | sr55 <[email protected]> | 2010-06-06 14:09:39 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-06-06 14:09:39 +0000 |
commit | 62d42d9f7a808d0f5f5432b26f88f977f13269dc (patch) | |
tree | 15a618da499ea685808975769ee288852d7bd0fc /win/C#/interop/HandBrakeInterop.csproj | |
parent | bf5570e6b21bc049009f480e7116fe0b44223e45 (diff) |
WinGui:
#interop - Use Drawing.Size instead of using a model.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3358 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/interop/HandBrakeInterop.csproj')
-rw-r--r-- | win/C#/interop/HandBrakeInterop.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/interop/HandBrakeInterop.csproj b/win/C#/interop/HandBrakeInterop.csproj index 327286921..1379139db 100644 --- a/win/C#/interop/HandBrakeInterop.csproj +++ b/win/C#/interop/HandBrakeInterop.csproj @@ -100,7 +100,6 @@ <Compile Include="Model\Encoding\OutputFormat.cs" />
<Compile Include="Model\Encoding\VideoEncoder.cs" />
<Compile Include="Model\Encoding\VideoEncodeRateType.cs" />
- <Compile Include="Model\Size.cs" />
<Compile Include="Model\SourceSubtitle.cs" />
<Compile Include="Model\SourceType.cs" />
<Compile Include="Model\SrtSubtitle.cs" />
|