diff options
author | sr55 <[email protected]> | 2015-06-20 15:10:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-06-20 15:10:14 +0000 |
commit | 9192276e8bfde8ac2ce798edf677be141ad5e9b5 (patch) | |
tree | 011560f3b9441bc6b0c6089c67bb1d5270514954 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj | |
parent | 726ce9731952489d69c312daf6a5ec0744f0061d (diff) |
WinGui: Fetch Audio Bitrates, Bitrate Defaults, Samplerates from LibHB
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7305 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 6304e107d..5cbc6d1b2 100644 --- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj +++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj @@ -218,7 +218,6 @@ <Compile Include="Controls\StatusPanel.xaml.cs">
<DependentUpon>StatusPanel.xaml</DependentUpon>
</Compile>
- <Compile Include="Converters\Audio\AudioBitrateConverter.cs" />
<Compile Include="Converters\Audio\AudioEncoderConverter.cs" />
<Compile Include="Converters\Audio\AudioQueueDisplayConverter.cs" />
<Compile Include="Converters\BooleanToHiddenVisibilityConverter.cs" />
|