summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Interop/HbLib
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-03-29 07:02:00 +0000
committerritsuka <[email protected]>2015-03-29 07:02:00 +0000
commit476eb6ccaa4e655c43d85d8111f27451aa0a8f8f (patch)
treeeff9e8d157d92a4d5a36fba55d5fc81a69c33ee7 /win/CS/HandBrake.ApplicationServices/Interop/HbLib
parent3d87473c97540146822334e074d9b2f3ca5bbda8 (diff)
Remove unused hb_get_scancount function
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7026 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/HbLib')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs
index dab5d1bb3..d22545c1e 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/HbLib/HbFunctions.cs
@@ -136,12 +136,6 @@ namespace HandBrake.ApplicationServices.Interop.HbLib
public static extern void hb_stop(IntPtr hbHandle);
- /// Return Type: int
- ///param0: hb_handle_t*
- [DllImport("hb.dll", EntryPoint = "hb_get_scancount", CallingConvention = CallingConvention.Cdecl)]
- public static extern int hb_get_scancount(IntPtr hbHandle);
-
-
/// Return Type: void
///param0: hb_handle_t**
[DllImport("hb.dll", EntryPoint = "hb_close", CallingConvention = CallingConvention.Cdecl)]