summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
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 /libhb/hb.c
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 'libhb/hb.c')
-rw-r--r--libhb/hb.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 84347d768..be4d75b9b 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -1541,15 +1541,6 @@ void hb_get_state2( hb_handle_t * h, hb_state_t * s )
}
/**
- * Called in MacGui in UpdateUI to check
- * for a new scan being completed to set a new source
- */
-int hb_get_scancount( hb_handle_t * h)
- {
- return h->scanCount;
- }
-
-/**
* Closes access to libhb by freeing the hb_handle_t handle ontained in hb_init.
* @param _h Pointer to handle to hb_handle_t.
*/