summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 857ffa1d2..73356595e 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -441,11 +441,6 @@ hb_handle_t * hb_init( int verbose, int update_check )
h->interjob = calloc( sizeof( hb_interjob_t ), 1 );
- /* opencl */
-#ifdef USE_OPENCL
- //hb_opencl_init(); // FIXME: Ensure gui instances call this or hb_get_opencl_env() during startup if needed.
-#endif
-
/* Start library thread */
hb_log( "hb_init: starting libhb thread" );
h->die = 0;