diff options
author | sr55 <[email protected]> | 2011-07-16 15:20:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-07-16 15:20:49 +0000 |
commit | a3ceaf6979ff137b3e71ebaeee3a52942aeac3fa (patch) | |
tree | 71aea12c217d4013cbe03a30d8330290d84c0d2f /win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs | |
parent | 7115956c6beb4f62cd8718a39bb4206ff726d890 (diff) |
WinGui: Starting to remove model objects from the Application Services module that are duplicated in the Interop Library
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4109 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs deleted file mode 100644 index fc81e9f20..000000000 --- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/Denoise.cs +++ /dev/null @@ -1,19 +0,0 @@ -/* Denoise.cs $
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
-
-namespace HandBrake.ApplicationServices.Model.Encoding
-{
- /// <summary>
- /// The Denose Filters
- /// </summary>
- public enum Denoise
- {
- Off = 0,
- Weak,
- Medium,
- Strong,
- Custom
- }
-}
|