diff options
author | sr55 <[email protected]> | 2014-08-21 17:34:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-08-21 17:34:01 +0000 |
commit | 0951ffcde7c991a2a4bcaf24691af61db87a2c20 (patch) | |
tree | 3d1bf6d4573d75fa64f6d2063eeb5604a72d6f3d /win/CS/HandBrake.ApplicationServices | |
parent | f96f713a3d83538ef59be552c0987ebf1b21d0a0 (diff) |
WinGui: Remove some cruft from the solution.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6335 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj | 1 | ||||
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/LibHb/AudioVideoHelpers.cs | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj index 2a45218f3..c55cd035c 100644 --- a/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj +++ b/win/CS/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj @@ -111,7 +111,6 @@ <Compile Include="Factories\PlistPresetFactory.cs" />
<Compile Include="Isolation\BackgroundServiceConnector.cs" />
<Compile Include="Isolation\IsolatedEncodeService.cs" />
- <Compile Include="LibHb\AudioVideoHelpers.cs" />
<Compile Include="Model\Audio\AudioBehaviourModes.cs" />
<Compile Include="Model\Audio\AudioBehaviours.cs" />
<Compile Include="Model\Encoding\DenoisePreset.cs" />
diff --git a/win/CS/HandBrake.ApplicationServices/LibHb/AudioVideoHelpers.cs b/win/CS/HandBrake.ApplicationServices/LibHb/AudioVideoHelpers.cs deleted file mode 100644 index 022d78180..000000000 --- a/win/CS/HandBrake.ApplicationServices/LibHb/AudioVideoHelpers.cs +++ /dev/null @@ -1,18 +0,0 @@ -// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="AudioVideoHelpers.cs" company="HandBrake Project (http://handbrake.fr)">
-// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
-// </copyright>
-// <summary>
-// Defines the AudioVideoHelpers type.
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrake.ApplicationServices.LibHb
-{
- /// <summary>
- /// The audio video helpers.
- /// </summary>
- class AudioVideoHelpers
- {
- }
-}
|