diff options
author | sr55 <[email protected]> | 2015-03-03 19:59:35 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-03-03 19:59:35 +0000 |
commit | e008f370034803a0ca3d1389d919f2a145c0d605 (patch) | |
tree | 3569a3da1e712d096550576da4b60cd74a9a52ba /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | bb8c2ed96d9054391dea5908047b76f40bde0648 (diff) |
WinGui: Remove the EncodeServiceWrapper
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6963 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index 166d6782a..2e3aaf53e 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -209,7 +209,6 @@ <Compile Include="Helpers\PictureSize.cs" />
<Compile Include="Model\OptionsTab.cs" />
<Compile Include="Model\SelectionTitle.cs" />
- <Compile Include="Services\EncodeServiceWrapper.cs" />
<Compile Include="Model\ShellWindow.cs" />
<Compile Include="Model\SourceMenuItem.cs" />
<Compile Include="Model\UpdateCheckInformation.cs" />
|