mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Remove use of deprecated g_type_init () ...
... and bump GObject requirement accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=686318
This commit is contained in:
parent
8de4070f7f
commit
1735f28f5a
5 changed files with 1 additions and 8 deletions
|
|
@ -153,8 +153,6 @@ NP_Initialize(NPNetscapeFuncs *pfuncs, NPPluginFuncs *plugin)
|
|||
/* global initialization routine, called once when plugin
|
||||
is loaded */
|
||||
|
||||
g_type_init ();
|
||||
|
||||
g_debug ("plugin loaded");
|
||||
|
||||
memcpy (&funcs, pfuncs, sizeof (funcs));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue