summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/hb.c6
-rw-r--r--libhb/hb.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 11afcc137..92f967308 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -53,12 +53,6 @@ hb_process_initialized = 0;
static void thread_func( void * );
-
-int hello_world(){
- return 55555;
-}
-
-
void hb_avcodec_init()
{
hb_avcodec_lock = hb_lock_init();
diff --git a/libhb/hb.h b/libhb/hb.h
index 2603c1a5f..04d87b2be 100644
--- a/libhb/hb.h
+++ b/libhb/hb.h
@@ -26,8 +26,6 @@ int hb_get_build( hb_handle_t * );
number and points 'version' to a version description. Returns a
negative value otherwise. */
int hb_check_update( hb_handle_t * h, char ** version );
-
- int hello_world();
/* hb_set_cpu_count()
Force libhb to act as if you had X CPU(s).