diff options
author | sr55 <[email protected]> | 2015-01-23 17:39:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-23 17:39:01 +0000 |
commit | 89cecd0032ad92c997bdda39b8c614ed1711fb11 (patch) | |
tree | 3f54ed88323c27ba98f6c41ebbb82d2da69d97b4 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | bc2ae04da874138f3a3dada19221363ef8619881 (diff) |
WinGui: Remove the Simple advanced options tab.
All advanced options for non-x264 encoders must now be done on the VideoTab. The x264 advanced tab can still be enabled where necessary.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6803 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r-- | win/CS/HandBrakeWPF/HandBrakeWPF.csproj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj index d42ef184b..d8739f472 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -234,9 +234,7 @@ <Compile Include="Services\UpdateService.cs" />
<Compile Include="Services\PrePostActionService.cs" />
<Compile Include="ViewModels\AdvancedViewModel.cs" />
- <Compile Include="ViewModels\EncoderOptionsViewModel.cs" />
<Compile Include="ViewModels\InstantViewModel.cs" />
- <Compile Include="ViewModels\Interfaces\IEncoderOptionsViewModel.cs" />
<Compile Include="ViewModels\Interfaces\IInstantViewModel.cs" />
<Compile Include="ViewModels\Interfaces\IX264ViewModel.cs" />
<Compile Include="ViewModels\Interfaces\IQueueSelectionViewModel.cs" />
@@ -244,9 +242,6 @@ <Compile Include="Views\AdvancedView.xaml.cs">
<DependentUpon>AdvancedView.xaml</DependentUpon>
</Compile>
- <Compile Include="Views\EncoderOptionsView.xaml.cs">
- <DependentUpon>EncoderOptionsView.xaml</DependentUpon>
- </Compile>
<Compile Include="Views\InstantView.xaml.cs">
<DependentUpon>InstantView.xaml</DependentUpon>
</Compile>
@@ -425,10 +420,6 @@ <Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
- <Page Include="Views\EncoderOptionsView.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
<Page Include="Views\InstantView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
|