mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 19:07:52 +02:00
gtype: Remove unused variable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user