diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/LibHb/AudioVideoHelpers.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/LibHb/AudioVideoHelpers.cs | 18 |
1 files changed, 0 insertions, 18 deletions
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
- {
- }
-}
|