summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-02-06 21:10:44 +0000
committersr55 <[email protected]>2010-02-06 21:10:44 +0000
commit563dc3d304c479c07cdb0130a65709a0572bd0d0 (patch)
tree2a54fc43ff4db7fedbef7f575342d3317b1f1e89 /libhb/hb.c
parentac797923ab0fe26b3ba79d2f4b96f957ddf44bf4 (diff)
removed test code
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3102 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c6
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();