summaryrefslogtreecommitdiff
path: root/obrender/instance.c
diff options
context:
space:
mode:
Diffstat (limited to 'obrender/instance.c')
-rw-r--r--obrender/instance.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/obrender/instance.c b/obrender/instance.c
index af0420ae..e1049388 100644
--- a/obrender/instance.c
+++ b/obrender/instance.c
@@ -57,8 +57,6 @@ void print_refs(gint id)
RrInstance* RrInstanceNew (Display *display, gint screen)
{
- g_type_init(); /* supposedly needed for pango but seems to work without */
-
definst = g_slice_new(RrInstance);
definst->display = display;
definst->screen = screen;