diff options
author | Damiano Galassi <[email protected]> | 2019-08-13 16:40:18 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-13 16:40:18 +0200 |
commit | f733d04817f949554176aed401c505a950c054b9 (patch) | |
tree | 56320ccb6dc19b67427148402ff2863389758dcc /libhb/hb.h | |
parent | d470602147d405d579a6d918050ba7dd86f31fa2 (diff) |
libhb: remove dead code.
Diffstat (limited to 'libhb/hb.h')
-rw-r--r-- | libhb/hb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libhb/hb.h b/libhb/hb.h index b9fd45f8b..910b74733 100644 --- a/libhb/hb.h +++ b/libhb/hb.h @@ -38,13 +38,6 @@ const char * hb_get_full_description(void); const char * hb_get_version( hb_handle_t * ); int hb_get_build( hb_handle_t * ); -/* hb_check_update() - Checks for an update on the website. If there is, returns the build - number and points 'version' to a version description. Returns a - negative value otherwise. */ -int hb_check_update( hb_handle_t * h, char ** version ); - - char * hb_dvd_name( char * path ); void hb_dvd_set_dvdnav( int enable ); |