OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Presets / preset.cs
index dd7628f..088d39c 100644 (file)
@@ -11,21 +11,11 @@ namespace Handbrake.Presets
     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