diff options
author | sr55 <[email protected]> | 2016-03-11 21:04:07 +0000 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-03-11 14:14:51 -0700 |
commit | 9462d299389417bb00d5fdd07e0b5fc9e4811ec9 (patch) | |
tree | a9c935aae1f013a40eb13cfa8d04474e94a44fbe /win/CS/HandBrake.ApplicationServices | |
parent | 66e46f61e359341c68926569ecfe764c6ebbff36 (diff) |
WinGui: Fixes for the new filters setup.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs index 3bbd33093..a2b544029 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs @@ -19,9 +19,6 @@ namespace HandBrake.ApplicationServices.Interop.Model.Encoding [ShortName("default")]
Default,
- [ShortName("fast")]
- Fast,
-
[ShortName("bob")]
Bob,
|