summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-08-13 16:40:18 +0200
committerDamiano Galassi <[email protected]>2019-08-13 16:40:18 +0200
commitf733d04817f949554176aed401c505a950c054b9 (patch)
tree56320ccb6dc19b67427148402ff2863389758dcc /win
parentd470602147d405d579a6d918050ba7dd86f31fa2 (diff)
libhb: remove dead code.
Diffstat (limited to 'win')
-rw-r--r--win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs b/win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs
index 7fc1ed500..dabf3b75d 100644
--- a/win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs
+++ b/win/CS/HandBrake.Interop/Interop/HbLib/HbFunctions.cs
@@ -56,13 +56,6 @@ namespace HandBrake.Interop.Interop.HbLib
public static extern int hb_get_build(IntPtr hbHandle);
- /// Return Type: int
- ///h: hb_handle_t*
- ///version: char**
- [DllImport("hb", EntryPoint = "hb_check_update", CallingConvention = CallingConvention.Cdecl)]
- public static extern int hb_check_update(IntPtr handle, ref IntPtr version);
-
-
/// Return Type: char*
///path: char*
[DllImport("hb", EntryPoint = "hb_dvd_name", CallingConvention = CallingConvention.Cdecl)]