summaryrefslogtreecommitdiff
path: root/src/eom-job-queue.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-17 15:33:36 +0200
committerinfirit <[email protected]>2014-07-24 18:05:54 +0200
commit7654cb5af09a0e7522f1fdffce5ab6b469303790 (patch)
tree3e02906bf9ac38ef1793a69f96c65504f549556d /src/eom-job-queue.c
parent5c5c6ea8eaa76516469350ebaf880e3a43934d78 (diff)
downloadeom-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.c2
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 ();