Remove deprecated and unneeded g_type_init call.
This commit is contained in:
parent
c5c924f7f7
commit
d52a6dd36d
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue