diff options
author | infirit <[email protected]> | 2014-05-17 15:33:36 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-24 18:05:54 +0200 |
commit | 7654cb5af09a0e7522f1fdffce5ab6b469303790 (patch) | |
tree | 3e02906bf9ac38ef1793a69f96c65504f549556d /src/eom-job-queue.c | |
parent | 5c5c6ea8eaa76516469350ebaf880e3a43934d78 (diff) | |
download | eom-7654cb5af09a0e7522f1fdffce5ab6b469303790.tar.bz2 eom-7654cb5af09a0e7522f1fdffce5ab6b469303790.tar.xz |
Fix glib/librsvg deprecation
librsvg: Only inlcude rsvg.h and remove calls to rsvg_init
glib: Remove call to g_thread_init and use g_value_*_schar
Diffstat (limited to 'src/eom-job-queue.c')
-rw-r--r-- | src/eom-job-queue.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/eom-job-queue.c b/src/eom-job-queue.c index ea0d1a7..007e0a3 100644 --- a/src/eom-job-queue.c +++ b/src/eom-job-queue.c @@ -154,8 +154,6 @@ eom_render_thread (gpointer data) void eom_job_queue_init (void) { - if (!g_thread_supported ()) g_thread_init (NULL); - render_cond = g_cond_new (); eom_queue_mutex = g_mutex_new (); |