From 3e3deb33d5c5ec4aca3d6c855db646b511bf788b Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 15 Aug 2011 16:00:22 +0000 Subject: WinGui: Remove a duplicate model object. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4174 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Model/Encoding/Anamorphic.cs | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 win/CS/HandBrake.ApplicationServices/Model/Encoding/Anamorphic.cs (limited to 'win/CS/HandBrake.ApplicationServices/Model/Encoding') diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/Anamorphic.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/Anamorphic.cs deleted file mode 100644 index c958b777c..000000000 --- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/Anamorphic.cs +++ /dev/null @@ -1,24 +0,0 @@ -/* Anamorphic.cs $ - This file is part of the HandBrake source code. - Homepage: . - It may be used under the terms of the GNU General Public License. */ - -namespace HandBrake.ApplicationServices.Model.Encoding -{ - using System.ComponentModel; - - /// - /// Anamorphic Mode - /// - public enum Anamorphic - { - [Description("None")] - None = 0, - [Description("Strict")] - Strict, - [Description("Loose")] - Loose, - [Description("Custom")] - Custom - } -} -- cgit v1.2.3