summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Model
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-04-12 15:03:25 +0000
committersr55 <[email protected]>2015-04-12 15:03:25 +0000
commitdaa18af4633c27170a8bd7f880d232ca3c688d9b (patch)
treefb12ff1d1acb7da99ad922e911d2548e5363f3fb /win/CS/HandBrake.ApplicationServices/Model
parentca97a5f5239a29e87470509add1fd68099e35f2c (diff)
WinGui: Misc IScan API tweaks.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7087 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs b/win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs
index ded9f06bd..8fd6bcd07 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/VideoScaler.cs
@@ -19,9 +19,6 @@ namespace HandBrake.ApplicationServices.Model
[Display(Name = "Lanczos (default)")]
Lanczos = 0,
- // [Display(Name = "Bicubic")]
- // Bicubic,
-
[Display(Name = "Bicubic (OpenCL)")]
BicubicCl,
}