diff options
author | sr55 <[email protected]> | 2008-08-10 14:22:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-08-10 14:22:36 +0000 |
commit | 5e9eaeb0735653c26cef3166212aaacf8137a6e6 (patch) | |
tree | ddfd6374b5c82fdef15d3ca8f475d466cf016188 /win/C#/Functions/Presets.cs | |
parent | 430cf058f4065467801e3f37d320598a3181b589 (diff) |
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
Diffstat (limited to 'win/C#/Functions/Presets.cs')
-rw-r--r-- | win/C#/Functions/Presets.cs | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ -87,18 +87,6 @@ namespace Handbrake.Functions }
/// <summary>
- /// Count the number of presets there are.
- /// </summary>
- /// <returns>Integer</returns>
- public int count()
- {
- int c = presets.Count;
- int d = user_presets.Count;
-
- return c + d;
- }
-
- /// <summary>
/// Get an Arraylist of all the preset names.
/// Includes both built in and user presets.
/// </summary>
|