diff options
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 6 |
1 files changed, 0 insertions, 6 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(); |