summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.c
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-03-12 20:18:01 +0000
committersr55 <[email protected]>2016-03-12 20:18:01 +0000
commitb29eeae239a9a3ae781f5ccb751699e7d4bd4d2a (patch)
treed31f946b700e7606b44dd1497da5c7d0e48e8a57 /gtk/src/hb-backend.c
parent079f2cd0381900e268201b74042300dff1e6bc81 (diff)
Remove the CLI / LibHB Update Checker. It's been broken since we switched to HTTPS and it's terrible code.
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r--gtk/src/hb-backend.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index e5035d3e5..88a13debc 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -3025,9 +3025,9 @@ void
ghb_backend_init(gint debug)
{
/* Init libhb */
- h_scan = hb_init( debug, 0 );
- h_queue = hb_init( debug, 0 );
- h_live = hb_init( debug, 0 );
+ h_scan = hb_init( debug );
+ h_queue = hb_init( debug );
+ h_live = hb_init( debug );
}
void