OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Presets / preset.cs
index 8582379..088d39c 100644 (file)
@@ -1,25 +1,21 @@
-using System;\r
+/*  Preset.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.fr>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
+using System;\r
 \r
 namespace Handbrake.Presets\r
 {\r
     public class Preset\r
     {\r
         /// <summary>\r
-        /// Get or Set the preset's level. This indicated if it is a root or child node\r
-        /// </summary>\r
-        public int Level { get; set; }\r
-\r
-        /// <summary>\r
         /// Get or Set the category which the preset resides under\r
         /// </summary>\r
         public string Category { get; set; }\r
 \r
         /// <summary>\r
-        /// Get or Set the top level category for the preset.\r
-        /// </summary>\r
-        public string TopCategory { get; set; }\r
-\r
-        /// <summary>\r
         /// Get or Set the preset name\r
         /// </summary>\r
         public string Name { get; set; }\r