mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Remove a dead initialization
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user