From 5e9eaeb0735653c26cef3166212aaacf8137a6e6 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 10 Aug 2008 14:22:36 +0000 Subject: WinGui: - Just some code refactoring in frmMain.cs and common as well as a few smaller files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1623 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/Presets.cs | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'win/C#/Functions/Presets.cs') diff --git a/win/C#/Functions/Presets.cs b/win/C#/Functions/Presets.cs index dda7f12b4..2e725c52d 100644 --- a/win/C#/Functions/Presets.cs +++ b/win/C#/Functions/Presets.cs @@ -86,18 +86,6 @@ namespace Handbrake.Functions line.Dispose(); } - /// - /// Count the number of presets there are. - /// - /// Integer - public int count() - { - int c = presets.Count; - int d = user_presets.Count; - - return c + d; - } - /// /// Get an Arraylist of all the preset names. /// Includes both built in and user presets. -- cgit v1.2.3