summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/Model/RangeLimits.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-02-28 20:13:24 +0000
committersr55 <[email protected]>2015-02-28 20:13:24 +0000
commit58b5f039c595acc6079e8c517a7f551ae47f064d (patch)
tree0060b26c802712f0f6ea6ea1322453584a060c76 /win/CS/HandBrake.Interop/HandBrakeInterop/Model/RangeLimits.cs
parent649ff74c60c7d04d53e70bb2826327d1aae96be3 (diff)
WinGui: Remove Interop Library for Previous commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6950 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/RangeLimits.cs')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/RangeLimits.cs37
1 files changed, 0 insertions, 37 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/RangeLimits.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/RangeLimits.cs
deleted file mode 100644
index 420126cca..000000000
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/RangeLimits.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="RangeLimits.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>
-// The range limits.
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrake.Interop.Model
-{
- /// <summary>
- /// The range limits.
- /// </summary>
- public class RangeLimits
- {
- /// <summary>
- /// Gets or sets a value indicating whether ascending.
- /// </summary>
- public bool Ascending { get; set; }
-
- /// <summary>
- /// Gets or sets the granularity.
- /// </summary>
- public float Granularity { get; set; }
-
- /// <summary>
- /// Gets or sets the high.
- /// </summary>
- public float High { get; set; }
-
- /// <summary>
- /// Gets or sets the low.
- /// </summary>
- public float Low { get; set; }
- }
-} \ No newline at end of file