mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Remove a dead initialization
This commit is contained in:
parent
30645bd0a5
commit
6cda9bfb02
@ -288,7 +288,7 @@ GIcon *
|
||||
g_themed_icon_new_from_names (char **iconnames,
|
||||
int len)
|
||||
{
|
||||
GIcon *icon = icon;
|
||||
GIcon *icon;
|
||||
|
||||
g_return_val_if_fail (iconnames != NULL, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user