diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/AppArguments.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/AppArguments.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/win/CS/HandBrakeWPF/AppArguments.cs b/win/CS/HandBrakeWPF/AppArguments.cs deleted file mode 100644 index c673a8fa1..000000000 --- a/win/CS/HandBrakeWPF/AppArguments.cs +++ /dev/null @@ -1,18 +0,0 @@ -// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="AppArguments.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 AppArguments type.
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrakeWPF
-{
- /// <summary>
- /// The app arguments.
- /// </summary>
- public class AppArguments
- {
- }
-}
|