From d9b030c21a0b104fb85400d9fc1526e6dc31acc0 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 4 Jan 2015 20:54:02 +0000 Subject: WinGui: Refracting some of the modelling around the Encode Services git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6685 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrake.Interop/HandBrakeInterop/Model/Limits.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 win/CS/HandBrake.Interop/HandBrakeInterop/Model/Limits.cs (limited to 'win/CS/HandBrake.Interop') diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Limits.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Limits.cs deleted file mode 100644 index 7b0d9a25f..000000000 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Limits.cs +++ /dev/null @@ -1,18 +0,0 @@ -// -------------------------------------------------------------------------------------------------------------------- -// -// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. -// -// -// Defines the Limits type. -// -// -------------------------------------------------------------------------------------------------------------------- - -namespace HandBrake.Interop.Model -{ - public class Limits - { - public int Low { get; set; } - - public int High { get; set; } - } -} -- cgit v1.2.3