Revert "Add private api to load a single module"
This reverts commit 7f9a0dbe16.
This commit is contained in:
@ -600,10 +600,3 @@ _gtk_module_has_mixed_deps (GModule *module_to_check)
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
void
|
||||
_gtk_modules_load_module (const gchar *name)
|
||||
{
|
||||
/* We leak the ref */
|
||||
g_slist_free (load_modules (name));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user