mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
gtype: Remove unused variable
This commit is contained in:
parent
9966fe4493
commit
5645c7aa41
@ -3320,7 +3320,6 @@ GType
|
||||
g_type_from_name (const gchar *name)
|
||||
{
|
||||
GType type = 0;
|
||||
GQuark quark;
|
||||
|
||||
g_return_val_if_fail (name != NULL, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user