summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libhb/work.c b/libhb/work.c
index bd5b66529..24f05282b 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -550,14 +550,6 @@ static void do_job(hb_job_t *job)
hb_log( "starting job" );
- if (job->use_opencl || job->use_hwd)
- {
- hb_log("Using GPU: Yes.");
- }
- else
- {
- hb_log("Using GPU: No.");
- }
/* Look for the scanned subtitle in the existing subtitle list
* select_subtitle implies that we did a scan. */
if( !job->indepth_scan && interjob->select_subtitle )