diff options
author | Rodeo <[email protected]> | 2013-03-18 18:00:50 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-03-18 18:00:50 +0000 |
commit | fd2a327a0d531e7ca654efa6c387acd6a18d0b8b (patch) | |
tree | cd163326f1a6345db7df2cb01cbd6063f5470c1c /libhb/common.h | |
parent | b15a531495fdd01eee3135055d2f52d25daf1967 (diff) |
hb_system_sleep: minor cleanup after last commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5337 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libhb/common.h b/libhb/common.h index c73ac871f..bfd4b9b00 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -1067,7 +1067,4 @@ const char * const * hb_h264_levels(); // x264 option name/synonym helper const char * hb_x264_encopt_name( const char * name ); -void hb_prevent_sleep( hb_handle_t * ); -void hb_allow_sleep( hb_handle_t * ); - #endif |