diff options
Diffstat (limited to 'obrender')
| -rw-r--r-- | obrender/instance.c | 2 |
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; |
